Skip to content

Tag: SQL


Categories:

SQLite with ASP.NET Web API: A Lightweight Database Solution

Post date:
Author:
Tags:

Getting Started In the past couple months, I’ve been working on a personal project using ASP.Net Web Api project. Considering the project’s modest scale, I opted to use SQLite over the more common relational databases such as MySQL or PostgreSQL. Project Setup and Tools Here’s my project setup and tools: ASP.Net 7.0 Web API Project […]