DISQLite3_5.20.0_Source
文件大小: 8349k
源码售价: 10 个金币 积分规则     积分充值
资源说明:Introduction DISQLite3 implements a self-contained, embeddable, zero-configuration SQL database engine for Delphi (Embarcadero / CodeGear / Borland). Features Transactions are atomic, consistent, isolated, and durable (ACID) even after system crashes and power failures. Zero-configuration – no setup or administration needed. Implements most of SQL92. A complete database is stored in a single (possibly encrypted) disk file. Supports terabyte-sized databases and gigabyte-sized strings and blobs. Self-contained: no external dependencies, no DLLs. Small footprint and smart linking: Only required code is compiled in, adding as little as 300 KB code space only. Db.pas is not required, which allows DISQLite3 to compile with all flavours of Delphi, including Delphi Standard and Delphi Personal. TDataSet descendants are available to work with existing data aware controls and report generators. Faster than other popular database engines for most operations. Simple, easy to use API layers: Native, object and TDataSet. Database files created with DISQLite3 can also be accessed by Linux and MacOS using the default SQLite libraries.
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。