An open API service indexing awesome lists of open source software.

https://github.com/networkfusion/nanoframework.system.data.sqlite

nanoframework SQLite library
https://github.com/networkfusion/nanoframework.system.data.sqlite

Last synced: over 1 year ago
JSON representation

nanoframework SQLite library

Awesome Lists containing this project

README

          

# System.Data.SQLite
An SQLite library for nanoframework

This is work in progress, and is subject to change!

Although Microsoft.Data.Sqlite was an option https://docs.microsoft.com/en-us/dotnet/standard/data/sqlite/compare

In an embedded environment, this is not practicable. Instead, the implementation was based upon GHI TinyCLR (to get working) but (due to licence uncertainty) implements major moves to using https://github.com/Faithlife/System.Data.SQLite as its primary source.