System.Data.Unqlite icon indicating copy to clipboard operation
System.Data.Unqlite copied to clipboard

A wrapper to use Unqlite library in C# (or any CLR compatible language).

Results 5 System.Data.Unqlite issues
Sort by recently updated
recently updated
newest added

Is there a way to compile the Unqlite.dll as a 64 bit dll?

Is it possible to use Jx9 built in functions? For example how can I do this with `db_total_records()` to return the total number of inserted records in the given collection.

Is it possible to use System.Data.Unqlite to implement FIFO queue, thread safe? In my C# Project, I have many threads popping from the queue, and pushing into the queue. Each...

we need help documents. Thank you

Any chance you could add a NuGet package?