Files
SQLite3-Delphi-FPC/README.md

15 lines
658 B
Markdown
Raw Normal View History

2012-10-02 14:38:03 +07:00
SQLite for Delphi and FreePascal/Lazarus
========================================
2012-10-02 14:33:44 +07:00
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.
2012-10-02 14:38:03 +07:00
Compatible with Delphi/C++Builder 6XE2 and FreePascal/Lazarus.
SQLite
------
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.