This is a tutorial on how to get started with GoLang with SQLite backend. On top of that, have a React app communicating with the GoLang app.
Tag Archives: sqlite
Use SQLite with .NET Core
In this tutorial we are going to make use of the database engine SQLite with .NET Core. I am using Visual Studio 2019, but of course later works as well. To use SQLite with .NET Core is a really good idea in my opinion because SQLite is a relational database, and very light and easy …