DISQLite3 5.31.1-SEO狼术

     

DISQLite3 5.31.1 for Delphi 10.3  

      用于Delphi 10.3的DISQLite3 5.31.1

  DISQLite3为Delphi(Embarcadero / CodeGear / Borland)实现了一个独立的,可嵌入的,零配置的SQL数据库引擎。

  ACID事务,即使在系统崩溃和电源故障之后也是如此。

  零配置–无需设置或管理。

  实现大多数SQL-92。

  完整的数据库存储在单个磁盘文件中。

  支持千兆字节大小的数据库以及千兆字节大小的字符串和Blob。 自包含:没有外部依赖性,没有DLL。

  占用空间小和智能链接:仅编译所需的代码,仅添加少至300 KB的代码空间。

  全文搜索(FTS),带有可自定义的标记器,前缀匹配和15种语言的可选词干。

  使用SHA256密钥生成器进行数据库AES加密。

  不需要Db.pas,它允许DISQLite3编译所有版本的Delphi,包括Delphi Standard和Delphi Personal。

  对于大多数常见操作,其速度比流行的数据库引擎快。

  简单易用的API。

  DISQLite3 5.31.1 for Delphi 10.3

  DISQLite3 implements a self-contained, embeddable, zero-configuration SQL database engine for Delphi (Embarcadero / CodeGear / Borland).

  Linux和MacOS也可以使用SQLite3库访问使用DISQLite3创建的数据库文件。

  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 and smart linking: Only required code is compiled in, adding as little as 300 KB code space only.

  Full Text Search (FTS) with customizable tokenizer, prefix matching, and optional word stemming for 15 languages.

  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.

发布了92 篇原创文章 · 获赞 0 · 访问量 9387

猜你喜欢

转载自blog.csdn.net/weixin_45330297/article/details/104217763
今日推荐