搜索资源列表
sqlite-3.6.11 linux下安装包
- sqlite-3.6.11.tar.gz 嵌入式数据库sqlite的linux安装包.嵌入式数据库是指运行在本机上、不用启动服务端的轻型数据库,它与应用程序紧密集成,被应用程序所启动,并伴随应用程序的退出而终止。 SQLite的特点如下: 1、无需安装配置,应用程序只需携带一个动态链接库。 2、非常小巧,For Windows 3.3.8版本的DLL文件才374KB。 3、ACID事务支持,ACID即原子性、一
sqlite-source-3_2_2
- sqlite 嵌入式数据库的源码,很不错的啊!--A good sqlite embedded database.
sqlite-source-2_8_16
- sqlite-source-2_8_16.zip 轻量级嵌入式数据库源码-sqlite-source-2_8_16.zip lightweight embedded database source
sqlite-3_3_5
- 嵌入式数据库Sqlite,SQLlite小型数据库,可嵌入文件-embedded database Sqlite, SQLlite small database can be embedded in documents
sqlite-source-2_8_17
- sqlite数据库管理系统开放源码,包含了数据库的基本操作,如建表,删表,插入,删除-sqlite database management system open source, the database contains the basic operations, such as building tables, Table delete, insert, delete, etc.
sqlite-source-3_3_8
- 一个小型嵌入式数据库SQLite的源码,C语言-a small embedded SQLite database source code, C language
sqlite-amalgamation-3_5_6
- sqlite拿来与大家分享,希望大家喜欢。哈哈哈哈.-sqlite used to share with you, I hope everyone likes.哈哈哈哈.
sqlite-wince-2.8.16
- sqlite源码wince移植版,嵌入式移动数据库-sqlite-source version of wince transplantation, embedded mobile database
sqlite
- sqlite在uc上的移植,编译器为arm-elf,可直接使用的-uc on sqlite in transplantation, the compiler for arm-elf, can be directly used
sqlite-source-3_6_6_2
- sqlite的最新源码 This ZIP archive contains preprocessed C code for the SQLite library as individual source files. It is strongly recommended that the amalgamation above be used instead of this package-sqlite latest source T
sqlite-amalgamation-3_6_6_2
- sqlite3.6.2的源码。SQLite是一款轻型的数据库,是遵守ACID的关联式数据库管理系统,它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如Tcl、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源世界著名的数据
sqlite-source-3_3_5
- sqlite的源代码,可以编译成.dll文件-sqlite
sqlite-SQLite3U
- sqlite是跨平台的数据库,尤其适合嵌入式系统,这是最新版本,内含对sqlite的封装类CppSQLite3U,以及对类的使用说明。-sqlite database are cross-platform, particularly suitable for embedded systems, This is the latest version of sqlite package containing category CppSQLi
SQLite
- SQLite的VS2005封装,里面有测试程序,支持静态库,本人已经实现了加密(不在这个项目里面,有需要的我来上传)-SQLite package of VS2005, which has test procedures to support the static library, I have been encrypted implementation (not inside the project, there is need me
sqlite-source-3_6_13
- SQLite3.6.13的完整源代码,SQLite是一个轻量级的嵌入式数据库,在小型数据库应用中,它的表现非常稳定。-A tarball of the complete source tree for SQLite version 3.6.13 as extracted from the version control system. The Makefile and configure scr ipt in this tarball
sqlite
- sqlite 库和一个操作sqlite的类-the library of sqlite and a class to of it s operate
sqlite
- 实现一个嵌入式数据库sqlite的统一访问接口。-sqlite3
Sqlite
- 在BCB中操作Sqlite数据库,可帮助大部分初学者不会动态建库和表的尴尬,包括的Sqlite的大部分应用。-Create SQLite Table
Sqlite
- sqlite的源码,这是一个数据库,基本实现了现代数据库的所有功能,大家可以用来参考学习。-sqlite is a database of some featrue.you can study with this database.
sqlite-amalgamation-3_6_22
- SQLite是一个小型的C程序库,实现了独立的,可嵌入的,零配置的SQL数据库引擎。-SQLite is a small C library to achieve an independent, embeddable, zero-configuration SQL database engine.