发布于 2017-01-10 08:02:51 | 215 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的SQLite教程,程序狗速度看过来!

SQLite轻量级关系型数据库

SQLite,是一款轻型的数据库,是遵守ACID的关系型数据库管理系统,它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如 Tcl、C#、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源世界著名的数据库管理系统来讲,它的处理速度比他们都快。


SQLite 3.16.2 发布了,更新内容如下:

  • 修复:the REPLACE statement for WITHOUT ROWID tables that lack secondary indexes so that it works correctly with triggers and foreign keys。这是由于 3.16.0 版本中添加的性能优化引起的新 bug;

  • 修复:the sqlite3_value_text() interface so that it correctly translates content generated by zeroblob() into a string of all 0x00 characters;

  • 修复:he bytecode generator to deal with a subquery in the FROM clause that is itself a UNION ALL where one side of the UNION ALL is a view that contains an ORDER BY;

  • Adjust the sqlite3_column_count() API so it more often returns the same values for PRAGMA statements as it did in prior releases, to minimize disruption to applications that might be using that interface in unexpected ways。

下载地址:



历史版本 :
SQLite 3.22.0 发布,零配置 SQL 数据库引擎
SQLite 3.20.1 发布,轻量的关系数据库管理系统
SQLite 3.19.0 发布,零配置 SQL 数据库引擎
SQLite 3.17.0 发布,数据库服务器
SQLite 3.16.2 发布,数据库服务器
SQLite 3.12.2 发布
SQLite 3.12.1 发布
SQLite 3.11.0 发布
SQLite 3.10.2 发布
SQLite 3.10 发布,性能优化
SQLite 3.9.2 发布,数据库服务器
SQLite 3.9.0 发布,数据库服务器
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务