Back to LiteX page

LiteX ADO .NET – ADO .NET provider for SQLite3 databases.

This ADO .NET provider is my try to create ADO .NET provider for SQLite3 databases.
This projest is in very early development state.
Currentlty there's no documentation for this provider so you must look at sources.

This provider is creating using Visual Studio .NET 2005. This is C++ project (C++ with managed extensions, not C#) using new syntax for managed extensions. Because new syntax is used it cannot be compiled using Visual Studio .NET 2003 or any earlier version of Visual Studio.
This is not pure managed code - it uses SQLite3 native C API. This API may be linked statically or dynamically (from DLL).

Sources and binaries of this provider you can find in LiteX_NET subdirectory of LiteX package.
litextest and litexgtest subdirectories of this package contains sample C# console and GUI applications that demonstrates basic features of this provider.

Contact: roed@onet.eu.