Skip to content
Matthew Leibowitz edited this page Feb 15, 2014 · 10 revisions

Mono.Data.Sqlite.Portable

This library builds a PCL that can be consumed by all other .NET project types:

  1. "Normal" or "Desktop" .NET for Windows, MacOS and Linux
  2. Windows Phone 8
  3. Silverlight
  4. Windows Store Apps
  5. Xamarin.Android
  6. Xamarin.iOS
  7. Xamarin.Mac

Mono.Data.Sqlite.Portable can be used in creating mobile apps and games using the Microsoft and Xamarin tools as well as other frameworks such as MonoGame. If the device can run .NET, then it can run your sqlite code.


Here are some quick links in the docs:

// TODO: finish links


NOTE:
This library is based on the mono repository, with a few changes. These changes were mostly member/type removals - The DataAdapter/DataSet implementations. There are plans to add them back in the nearish future.
Data is accessed via the SqliteCommand, SqliteConnection and SqliteDataReader.