System.Data.Unqlite
System.Data.Unqlite copied to clipboard
How to Use?
we need help documents. Thank you
Hello.
I played a little bit with Unqlite some time ago. Here you can find my experiments: https://github.com/jesuswasrasta/System.Data.Unqlite.Contrib
There are some NUnit test that helps you to understand how to use it, and a very humble Repository pattern implementation. Hope this helps :)
Bye, Nando
To use it' I must
- Download UnQLite-Jx9 interpreter precompiled binary for Windows
- Extract it in my C# project directory
- Install via NuGet System.Data.Unqlite
Is it exact?