资 源 简 介
A simple .NET sqlite wrapper.
Design goals:
* Simple, robust, slim, light
* Self-contained: contains sqlite library.
* Usable with any .NET language
* Mirrors the sqlite C-API closely.
* Fully Unicode-compatible.
* Emphasis on tracing and clear error reporting
* Can be built with Express Editions of Visual Studio 2010
Limitations:
* Not usable from Mono or from Windows Mobile (implemented in C++ CLI)