SQLite is a small, fast, embeddable database. What makes it popular is the combination of the database engine and interface into a single library as well as the ability to store all the data in a single file. Its functionality lies between MySQL and postgreSQL, however it is faster than both databases.
标签: combination embeddable the database
上传时间: 2014-01-19
上传用户:yimoney
2000年7月,Borland(即现在的Inprise)公司公布了其数据库产品Interbase的源代码.Firebird数据库就是从该数据库中派生出来的.当时,Interbase是与客户/服务器版本的Delphi产品捆绑在一些销售的.现在,Interbase已经变成了一只开放源码中的 “火鸟”. 技术特点: Firebird相对MySQL和postgreSQL来说比较小,这也使其可以称得上是理想的“嵌入式数据库”,可用于与其它应用程序服务器和应用程序 捆绑。Firebird具有大部分成熟数据库所具有的功能,比如支持存储过程、SQL兼容等。如果用户有使用DB2或postgreSQL的经验,就会发 现Firebird与它们的语法非常相似,数据类型和数据处理方式也很类似。 Firebird的设计思想是小型、快速和最小化的管理。这对于需要一个数据库用于存储数据,但又不想花太多时间来调整数据性能的开发人员很适用。实际上 在很多情况下,我们并不需要存储程序或复杂的表之间的关联。这时会发现Firebird在大小和功能之间找到了一个理想的平衡点。
标签: Interbase Firebird Borland Inprise
上传时间: 2013-12-24
上传用户:2404
JAVA源代码实现spring+hibernate配置实例,后台采用postgreSQL数据库管理工具
上传时间: 2014-01-24
上传用户:xsnjzljj
sqlite3.6.2的源码。SQLite是一款轻型的数据库,是遵守ACID的关联式数据库管理系统,它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如Tcl、PHP、Java等,还有ODBC接口,同样比起Mysql、postgreSQL这两款开源世界著名的数据库管理系统来讲,它的处理速度比他们都快。
上传时间: 2013-12-18
上传用户:ikemada
一个跨平台的数据库操作库文件,可以轻松在linux和windows下进行数据库读写以及其他的操作,支持多种数据库,代码包含很多example,初学者很容易上手. OTL 是 Oracle, Odbc and DB2-CLI Template Library 的缩写,是一个C++编译中操控关系数据库的模板库,它目前几乎支持所有的当前各种主流数据库,例如Oracle, MS SQL Server, Sybase, Informix, MySQL, DB2, Interbase / Firebird, postgreSQL, SQLite, SAP/DB, TimesTen, MS ACCESS等等。OTL中直接操作Oracle主要是通过Oracle提供的OCI接口进行,进行操作DB2数据库则是通过CLI接口来进行,至于MS的数据库和其它一些数据库,则OTL只提供了ODBC来操作的方式。当然Oracle和DB2也可以由OTL间接使用ODBC的方式来进行操纵。 在MS Windows and Unix 平台下,OTL目前支持的数据库版本主要有:Oracle 7 (直接使用 OCI7), Oracle 8 (直接使用 OCI8), Oracle 8i (直接使用OCI8i), Oracle 9i (直接使用OCI9i), Oracle 10g (直接使用OCI10g), DB2 (直接使用DB2 CLI), ODBC 3.x ,ODBC 2.5。
标签: example windows Oracle linux
上传时间: 2017-01-18
上传用户:虫虫虫虫虫虫
通用的数据库中间库,支持流行的数据库,如Oracle, SQL Server, DB2, Sybase, Informix, InterBase, SQLBase, MySQL, postgreSQL and ODBC
标签: 数据库
上传时间: 2013-12-16
上传用户:weiwolkt
经典英文原版PHP教程networking, data structures, regular expressions, math, configuration, graphics, MySQL/postgreSQL support, XML, algorithms, debugging, optimization...and 650 downloadable code examples, with a Foreword by PHP 5 contributor and Zend Engine 2 co-creator Andi Gutmans!
标签: configuration expressions networking structures
上传时间: 2014-01-28
上传用户:cuibaigao
架设关键部分开始了。点击开始——程序,选择postgreSQL 8.2,打开pgAdmin III软件,也就是你安装的postgreSQL 8.2数据库软件。点 击档案选项,点击“新增服务器”。在出现的新增服务器登陆界面中,名称填写“postgres”,主机填写“127.0.0.1”,用户名填写 “postgres”,密码填写“postgres”。这个用户名和密码就是安装postgreSQL 8.2时让你默认的那个用户名和密码,如果你安装postgreSQL
上传时间: 2017-05-09
上传用户:ynsnjs
jsp连接数据库大全,sqlserver数据库,mysql数据库,Oracle数据库,DB2数据库,Informix数据库,Sybase数据库,postgreSQL数据库
上传时间: 2013-12-01
上传用户:璇珠官人
Emdros is a text database middleware-layer aimed at storage and retrieval of "text plus information about that text." This information could be linguistic analyses or other annotations. Emdros provides an abstraction of text that makes it well suited to storing /syntactic analyses/ of text, but other linguistic information is supported as well. Emdros comes with a query-language, MQL, that enables powerful queries. Emdros acts as a middleware-layer between a client (not provided) and a database back-end. Currently, postgreSQL, MySQL, and SQLite (2 and 3) are supported, but other back-ends can easily be added.
标签: text middleware-layer information retrieval
上传时间: 2014-01-02
上传用户:wfeel