搜索资源列表
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 are not supported. Their use i
sqlite-3.6.2.tar
- 最新的sqlite3.6.2源代码,完整版本。sqlite3是一个强大的嵌入式数据库。在嵌入式系统的中广泛使用,比起其他C/S、B/S结构的数据库。sqlite3更简洁,占用资源更少。-Sqlite3.6.2 the latest source code, full version. sqlite3 is a powerful embedded database. Embedded systems in widespread use when compared with other C/S, B
sqlite-amalgamation-3.6.23.1.tar
- sqlite数据库linux源代码,并包含configure 和 MakeFile 文件-sqlite database linux source code, and include files configure and MakeFile
sqlite3-configure
- 嵌入式数据库SQLite的编译、安装和使用-Embedded database SQLite, compile, install and use
sqlite-autoconf-3071000.tar
- sqlite3.7.10版本的数据库源码。可以移植到各种操作系统-This is the SQLite extension for Tcl using the Tcl Extension Architecture (TEA). For additional information on SQLite see http://www.sqlite.org/ UNIX BUILD ========== Building under most
qianrushi_splite3
- SQLite有以下特性: 支持ACID事务; 零配置一无需安装和管理配置; 储存在单一磁盘文件中的一个完整的数据库; 数据库文件可以在不同字节顺序的机器间自由共享; 支持数据库大小至2TB; 足够小,全部源码大致3万行c代码,250KB; 比目前流行的大多数数据库对数据的操作要快; -SQLite has the following features: support for ACID transactions zero without having to in
sqlite-
- 将SQLite3.3.8(或者SQLite-3.3.12)移植到ARM2410开发板上,实现数据的增、删、改、查等功能。首先建立交叉编译环境,安装cross-2.95.3.tar.bz2交叉编译工具到/usr/arm-linux目录下,修改/home/sqlite-3.3.8目录下的configure文件的部分内容,将Makefile文件中的部分内容,设置交叉编译环境,再编译并安装,就生成了库文件,然后把sqlite3和lib下的库文件移植到ARM上-Will SQLite3.3.8 (or S