Working in Godot with SQLite and C#
Here are the steps I took to get SQLite to work in a C# project. 1. Create a new project. 2. Add a plain Node. 3. Rename the node to “Database” and save the scene as Database.tscn. 4. Right click…
Here are the steps I took to get SQLite to work in a C# project. 1. Create a new project. 2. Add a plain Node. 3. Rename the node to “Database” and save the scene as Database.tscn. 4. Right click…
In this post I’ll assemble some libraries to form a simple web framework prototype with Svelte as the frontend for a PostgREST API backend. Here’s a quick overview of the tech we’ll use in this tutorial: PostgREST is a server…
What if I tried to install WordPress on SQL Server instead of MySQL? I mean, what’s the worst that could happen? How else am I going to blow a Sunday afternoon? I was curious. What was it actually like? Wait,…