ThunderDesign / ThunderDesign.Net-PCL.SQLite

A wrapper around the popular 'sqlite-net-pcl' automating the reading and writing to the database through simple thread-safe bindable objects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ThunderDesign.Net-PCL.SQLite

CI CD Nuget License Test

A wrapper around the popular 'sqlite-net-pcl' automating the reading and writing to the database through simple thread-safe bindable objects.


Highlights include:

  • Bridges
    • BaseBridge
  • Connections
    • BaseSQLiteConnection
  • ORMs
    • BaseSQLiteORM
    • BaseSQLiteORM_AutoIncrement
  • Tables
    • BaseSQLiteTable

Installation

Grab the latest ThunderDesign.Net-PCL.SQLite NuGet package and install in your solution.

Install-Package ThunderDesign.Net-PCL.SQLite

Use the -version option to specify an older version to install.

Examples

(TIP: Clone repo, open the solution, build it and run sample app.)

Please Contribute!

This is an open source project that welcomes contributions/suggestions/bug reports from those who use it. If you have any ideas on how to improve the library, please post an issue here on GitHub. Please check out the How to Contribute.

About

A wrapper around the popular 'sqlite-net-pcl' automating the reading and writing to the database through simple thread-safe bindable objects.

License:MIT License


Languages

Language:C# 100.0%