sqlite
SQLite,是一款轻型的数据库,是遵守ACID的关系型数据库管理系统,它包含在一个相对小的C库中。它是D.RichardHipp建立的公有领域项目。它的设计目标是嵌入式的,而且已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows...
资源总数
128
sqlite 热门资料
查看全部 128 份 →用PHP实现的sqlite数据库管理系统 能方便到进行sqlite数据库的创建、修改、插入等管理操作
用PHP实现的sqlite数据库管理系统 能方便到进行sqlite数据库的创建、修改、插入等管理操作
2016-04-26
143
在嵌入式操作系统uclinux下应用的数据库sqlite
在嵌入式操作系统uclinux下应用的数据库sqlite,本人在冷火(ColdFire)开发板中已成功应用。里面有如何进行移植的资料。
2015-03-15
93
SQLite is a small, fast, embeddable database. What makes it popular is the combination of the databa
SQLite is a small, fast, embeddable database. What makes it popular is the combination of the database engine and interf...
2014-01-19
127