资 源 简 介
Embedded SQLite3 for Delphi is a translation for SQLite3.dll interface. That library is statically included into yor executable/library as a Windows Resource (if you wish), so there is no need to distribute sqLite3.dll along with your application.
The library itself is dinamically linked at run-time, so there is a chance for your application to test SQLite availability, version and/or features, avoiding weird error messages.
Additional Delphi-friendly classes are also included, but not mandatory.
That classes have full support for Unicode and BLOB fields, including asynchronous BLOB I/O.