DISQLite 3.1.3.12 Full source
DISQLite 3.1.3.12 Full source DISQLite3 implements a self-contained, embeddable, zero-configuration SQL database engine. Features include: * ACID transactions, even after system crashes and power failures. * Zero-configuration – no setup or administration needed. * Implements most of SQL-92. * A complete database is stored in a single disk file. * Supports terabyte-sized databases and gigabyte-sized strings and blobs. Self-contained: no external dependencies, no DLLs. * Small footprint: less than 300 KB code space only. * Full Text Search with customizable tokenizer and prefix matching. * Database AES encryption with SHA256 key generator. * Db.pas is not required, which allows DISQLite3 to compile with all flavours of Delphi, including Delphi Standard and Delphi Personal. * Faster than popular database engines for most common operations. * Simple, easy to use API. * Database files created with DISQLite3 can also be accessed by Linux and MacOS using the SQLite3 libraries.
- 1
- 2
- 3
- 粉丝: 10
- 资源: 195
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
- 1
- 2
前往页