SQLite
SQLite,是一款轻型的数据库,是遵守ACID的关系型数据库管理系统,它包含在一个相对小的C库中。它是D.RichardHipp建立的公有领域项目。它的设计目标是嵌入式的,而且已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows...
资源总数
128
SQLite 全部资料 128 份
这是Getting Started With Sqlite 的相关示例代码和帮助文件
这是Getting Started With Sqlite 的相关示例代码和帮助文件
2015-05-23
153
项目描述: SQLite is a small C library that implements a self-contained, embeddable, zero-configuration S
项目描述: SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. ...
2013-11-26
179