Manual SQL sqlite-net is normally used as a light ORM (object-relational-mapper) using the methods CreateTable and Table. However, you can also use it as a convenient way to manually execute queries.
We previously developed our applications using Xamarin.Android and Xamarin.iOS. Following Microsoft's end of support for Xamarin in 2024, we've migrated our project to .NET for mobile apps. In our ...
When developing database-driven .NET and .NET Core, regardless of the database we intend to deploy in the end, we will often want to work with a database engine that is lightweight and fast, in order ...