directly from mexico, eduardo shares some knowledge on the xamarin platform. also, he is super into artificial intelligence, so you may also see some posts about that here.

Modeling the SQLite Table and Columns in a C# Class

Modeling the SQLite Table and Columns in a C# Class

In this video we create the C# class -or Model- that will represent the SQLite table that will exist in the database.

This class, of course, will also contain the properties that will represent all the columns in the table, as well as some attributes that will be very important for when the database is created.

Inserting to a SQLite Database

Inserting to a SQLite Database

SQLite Xamarin Forms Tutorial - iOS Database Path

SQLite Xamarin Forms Tutorial - iOS Database Path