Code Traveler
  • Home
  • About
Subscribe

SQLite

A collection of 2 posts
Using Immutable Objects with SQLite-Net
Xamarin

Using Immutable Objects with SQLite-Net

SQLite-NET has become the most popular database, especially amongst Xamarin developers, but it hasn't supported Immutable Objects, until now! Thanks to Init-Only Properties in C#9.0, we can now use Immutable Objects with our SQLite database!
Nov 11, 2020 — 2 min read
Xamarin: Efficiently Using a SQLite Database
Xamarin

Xamarin: Efficiently Using a SQLite Database

The most popular SQLite ORM for Xamarin is SQLite-net. Let's explore the most efficient way to use it in our apps! If you'd like to skip to the completed code, jump to Section 9: Put It All Together. A completed sample app using this implementation is
Nov 26, 2019 — 6 min read
Code Traveler © 2025
Powered by Ghost