搜索资源列表
sqlite-source-3_3_6
- 一种嵌入式数据库,开源的,可以采用linux,wince等环境下编译,使用简单,功能强大,是一个很棒的数据库系统,已经在很大大型工程中使用-An embedded database, open source, and can be used linux, wince, etc. build environment, using simple, powerful, is a great database system has been used in major projects in large
db-4.7.25.NC
- Berkeley Db数据库源码,一款精致高效的嵌入式数据库,可以运行在windows,Linux,VxWorks等多个操作系统下,兼容性极高-Berkeley Db database, source code, a sophisticated and highly efficient embedded database that can run on windows, Linux, VxWorks and other operating system, compatibility high
FirebirdSQL_psql
- FIREBIRD SQL PROCEDIMENTAL (PSQL) Firebird is a relational database offering many ANSI SQL-92 features that runs on Linux, Windows, and a variety of Unix platforms.
17065_building_udf_libraries
- Building UDF Libraries for FirebirdSQL from Delphi. Firebird is a relational database offering many ANSI SQL-92 features that runs on Linux, Windows, and a variety of Unix platforms.
SQLite3_ARM
- 在windows、Linux、ARM上调试通过的SQLite源码。 SQLite是一个开源的嵌入式关系数据库,它在2000年由D. Richard Hipp发布,它的减少应用程序管理数据的开销,SQLite可移植性好,很容易使用,很小,高效而且可靠。 SQLite嵌入到使用它的应用程序中,它们共用相同的进程空间,而不是单独的一个进程。从外部看,它并不像一个RDBMS,但在进程内部,它却是完整的,自包含的数据库引擎。 -In the windows, Linux, ARM
psrcat
- This package contains the source code of "psrcat" and the public catalogue (psrcat.db). This README file describes how to compile PSRCAT on Solaris, Linux and Mac OS machines and also explains how the catalogue can be accessed externally from a
sqlite-autoconf-3070603.tar
- SQLite,是一款轻型的数据库,是遵守ACID的关联式数据库管理系统,它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合。这个压缩文件包含了必要的文件。更多资料:http://www.sqlite.org/about.html-This ZIP archive contains all C source code for
ns_SQLiteTest
- 一个访问SQLite的例子,使用NetBeans在Linux下开发,采用的是直接编译压缩的SQLite数据库。-A visit SQLite example, use in Linux NetBeans under development, use is direct compiler compression SQLite database.
sqlite
- SQLite,是一款轻型的数据库,是遵守ACID的关联式数据库管理系统,它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如 Tcl、C#、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源世界著名的数据库管理系统来讲,它的处理速度比他们都快。SQLite第一个Alpha版本诞生于2
mongodb-linux-i686-1.8.4
- linux下的NoSQL连接包。注意解压缩后后缀名换成.tgz。MongoDB是一个基于分布式文件存储的数据库。他支持的数据结构非常松散,是类似json的bjson格式,因此可以存储比较复杂的数据类型-The Linux NoSQL connection bag. MongoDB is a based on distributed file storage database. His support for data structure is very loose, is similar to
leveldb_win
- Leveldb是一个google实现的非常高效的kv数据库,一直以来只有linux版本,没有windows版本,这份源码将最新leveldb1.18版port到VS2010上,并成功编译为dll并且附上了调用测试代码-Leveldb google achieve a very efficient kv , has been the only linux version, no windows version, this version of the source code of the late