搜索资源列表
sqlite-3.3.7.tar
- sqlite嵌入式数据库源码,不错的数据库-sqlite source embedded database, a good database
sqlite-amalgamation-3_5_9
- sqllive C开发的轻量级的数据库。 对想深入了解数据库的数据结构有很好的借鉴-sqllive C lightweight database development. Want a deeper understanding of the data structure have a very good reference
sqlite-amalgamation-3_6_6_2
- sqlite3.6.2的源码。SQLite是一款轻型的数据库,是遵守ACID的关联式数据库管理系统,它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如Tcl、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源世界著名的数据
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-amalgamation-3.6.18.tar
- sqlite3是一个用于嵌入式的数据库系统,由于具有原子事务的功能,所以在嵌入式设备易掉电中的应用中非常适合。此个版本是第三版SQLITE3-SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most
sqlite-amalgamation-3070500
- sqlite3源代码。包括四个文件shell.c sqlite3.c sqlite3.h sqlite3ext.h-sqlite3 source code. Including the four documents shell.c sqlite3.c sqlite3.h sqlite3ext.h
sqlite-amalgamation-3.7.2.tar
- sqlite3.7.2的数据库,本人实际使用的,是非常好的嵌入式数据库,在Windows下也可以使用。-sqlite3.7.2,a very useful database
sqlite-amalgamation-3070900
- 嵌入式数据库SQLite3.7.9的源代码-This ZIP archive contains all C source code for SQLite 3.7.9 combined into a single source file
sqlite-amalgamation-3071300
- 安装数据库sqlite3的必要文件,安装后可把程序中的数据放在数据库中,方便对数据的操作-Files necessary to install the database sqlite3 installed the program data in the database, and to facilitate the operation of the data
sqlite-amalgamation-3071400
- sqlite3 数据库最新c源码-sqlite3 database source
sqlite-amalgamation-3071401
- sqlite3数据库的使用,vc++,实现了创建,建表,插入,删除,更新-sqlite3 database vc++ achieved to create, build tables, insert, delete, update
sqlite3
- This file is an amalgamation of many separate C source files from SQLite version 3.6.19. By combining all the individual C code files into this single large file, the entire code can be compiled
sqlite-amalgamation-3.6.13.tar
- sqlite3 关系型文件数据库源码编译,可支持百万级数据存储-sqlite3 is a good sql toos library
sqlite-amalgamation-3_6_21
- sqlite3 VC编程数据库文件,请大家参考-sqlite3, VC++ database files
sqlite-amalgamation-3.7.3.tar
- sqlite3源码代码,linux环境下的,自己编译生成库-sqlite3 Source
sqlite-amalgamation-3120000
- sqlite3 ,一个开源软件,轻量级数据库,代码15万行左右,有详细的注释-sqlite3 ,is an opensource software,you can use it save data,it is very cheap and is very useful,you can try it