Readme added

This commit is contained in:
2012-10-02 14:33:44 +07:00
commit 63024e7143
3 changed files with 194 additions and 0 deletions

9
README Normal file
View File

@@ -0,0 +1,9 @@
SQLite is a software library that implements a self-contained, serverless, zero-configuration,
transactional SQL database engine. The source code for SQLite is in the public domain and is thus
free for use for any purpose, commercial or private. SQLite is the most widely deployed SQL database
engine in the world.
This package contains complete SQLite3 API translation for Delphi and FreePascal, as well as a
simple Unicode-enabled object wrapper to simplify the use of this database engine.
Compatible with Delphi/C++Builder 6—XE2 and FreePascal/Lazarus.