-
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.
標(biāo)簽:
combination
embeddable
the
database
上傳時(shí)間:
2014-01-19
上傳用戶:yimoney
-
2000年7月,Borland(即現(xiàn)在的Inprise)公司公布了其數(shù)據(jù)庫(kù)產(chǎn)品Interbase的源代碼.Firebird數(shù)據(jù)庫(kù)就是從該數(shù)據(jù)庫(kù)中派生出來(lái)的.當(dāng)時(shí),Interbase是與客戶/服務(wù)器版本的Delphi產(chǎn)品捆綁在一些銷售的.現(xiàn)在,Interbase已經(jīng)變成了一只開放源碼中的 “火鳥”.
技術(shù)特點(diǎn):
Firebird相對(duì)MySQL和PostgreSQL來(lái)說(shuō)比較小,這也使其可以稱得上是理想的“嵌入式數(shù)據(jù)庫(kù)”,可用于與其它應(yīng)用程序服務(wù)器和應(yīng)用程序 捆綁。Firebird具有大部分成熟數(shù)據(jù)庫(kù)所具有的功能,比如支持存儲(chǔ)過(guò)程、SQL兼容等。如果用戶有使用DB2或PostgreSQL的經(jīng)驗(yàn),就會(huì)發(fā) 現(xiàn)Firebird與它們的語(yǔ)法非常相似,數(shù)據(jù)類型和數(shù)據(jù)處理方式也很類似。
Firebird的設(shè)計(jì)思想是小型、快速和最小化的管理。這對(duì)于需要一個(gè)數(shù)據(jù)庫(kù)用于存儲(chǔ)數(shù)據(jù),但又不想花太多時(shí)間來(lái)調(diào)整數(shù)據(jù)性能的開發(fā)人員很適用。實(shí)際上 在很多情況下,我們并不需要存儲(chǔ)程序或復(fù)雜的表之間的關(guān)聯(lián)。這時(shí)會(huì)發(fā)現(xiàn)Firebird在大小和功能之間找到了一個(gè)理想的平衡點(diǎn)。
標(biāo)簽:
Interbase
Firebird
Borland
Inprise
上傳時(shí)間:
2013-12-24
上傳用戶:2404
-
JAVA源代碼實(shí)現(xiàn)spring+hibernate配置實(shí)例,后臺(tái)采用PostgreSQL數(shù)據(jù)庫(kù)管理工具
標(biāo)簽:
hibernate
spring
JAVA
源代碼
上傳時(shí)間:
2014-01-24
上傳用戶:xsnjzljj
-
sqlite3.6.2的源碼。SQLite是一款輕型的數(shù)據(jù)庫(kù),是遵守ACID的關(guān)聯(lián)式數(shù)據(jù)庫(kù)管理系統(tǒng),它的設(shè)計(jì)目標(biāo)是嵌入式的,而且目前已經(jīng)在很多嵌入式產(chǎn)品中使用了它,它占用資源非常的低,在嵌入式設(shè)備中,可能只需要幾百K的內(nèi)存就夠了。它能夠支持Windows/Linux/Unix等等主流的操作系統(tǒng),同時(shí)能夠跟很多程序語(yǔ)言相結(jié)合,比如Tcl、PHP、Java等,還有ODBC接口,同樣比起Mysql、PostgreSQL這兩款開源世界著名的數(shù)據(jù)庫(kù)管理系統(tǒng)來(lái)講,它的處理速度比他們都快。
標(biāo)簽:
sqlite
SQLite
源碼
數(shù)據(jù)庫(kù)
上傳時(shí)間:
2013-12-18
上傳用戶:ikemada
-
一個(gè)跨平臺(tái)的數(shù)據(jù)庫(kù)操作庫(kù)文件,可以輕松在linux和windows下進(jìn)行數(shù)據(jù)庫(kù)讀寫以及其他的操作,支持多種數(shù)據(jù)庫(kù),代碼包含很多example,初學(xué)者很容易上手.
OTL 是 Oracle, Odbc and DB2-CLI Template Library 的縮寫,是一個(gè)C++編譯中操控關(guān)系數(shù)據(jù)庫(kù)的模板庫(kù),它目前幾乎支持所有的當(dāng)前各種主流數(shù)據(jù)庫(kù),例如Oracle, MS SQL Server, Sybase, Informix, MySQL, DB2, Interbase / Firebird, PostgreSQL, SQLite, SAP/DB, TimesTen, MS ACCESS等等。OTL中直接操作Oracle主要是通過(guò)Oracle提供的OCI接口進(jìn)行,進(jìn)行操作DB2數(shù)據(jù)庫(kù)則是通過(guò)CLI接口來(lái)進(jìn)行,至于MS的數(shù)據(jù)庫(kù)和其它一些數(shù)據(jù)庫(kù),則OTL只提供了ODBC來(lái)操作的方式。當(dāng)然Oracle和DB2也可以由OTL間接使用ODBC的方式來(lái)進(jìn)行操縱。
在MS Windows and Unix 平臺(tái)下,OTL目前支持的數(shù)據(jù)庫(kù)版本主要有:Oracle 7 (直接使用 OCI7), Oracle 8 (直接使用 OCI8), Oracle 8i (直接使用OCI8i), Oracle 9i (直接使用OCI9i), Oracle 10g (直接使用OCI10g), DB2 (直接使用DB2 CLI), ODBC 3.x ,ODBC 2.5。
標(biāo)簽:
example
windows
Oracle
linux
上傳時(shí)間:
2017-01-18
上傳用戶:蟲蟲蟲蟲蟲蟲
-
通用的數(shù)據(jù)庫(kù)中間庫(kù),支持流行的數(shù)據(jù)庫(kù),如Oracle, SQL Server, DB2, Sybase, Informix, InterBase, SQLBase, MySQL, PostgreSQL and ODBC
標(biāo)簽:
數(shù)據(jù)庫(kù)
上傳時(shí)間:
2013-12-16
上傳用戶:weiwolkt
-
經(jīng)典英文原版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!
標(biāo)簽:
configuration
expressions
networking
structures
上傳時(shí)間:
2014-01-28
上傳用戶:cuibaigao
-
架設(shè)關(guān)鍵部分開始了。點(diǎn)擊開始——程序,選擇PostgreSQL 8.2,打開pgAdmin III軟件,也就是你安裝的PostgreSQL 8.2數(shù)據(jù)庫(kù)軟件。點(diǎn)
擊檔案選項(xiàng),點(diǎn)擊“新增服務(wù)器”。在出現(xiàn)的新增服務(wù)器登陸界面中,名稱填寫“postgres”,主機(jī)填寫“127.0.0.1”,用戶名填寫
“postgres”,密碼填寫“postgres”。這個(gè)用戶名和密碼就是安裝PostgreSQL 8.2時(shí)讓你默認(rèn)的那個(gè)用戶名和密碼,如果你安裝PostgreSQL
標(biāo)簽:
分
程序
上傳時(shí)間:
2017-05-09
上傳用戶:ynsnjs
-
jsp連接數(shù)據(jù)庫(kù)大全,sqlserver數(shù)據(jù)庫(kù),mysql數(shù)據(jù)庫(kù),Oracle數(shù)據(jù)庫(kù),DB2數(shù)據(jù)庫(kù),Informix數(shù)據(jù)庫(kù),Sybase數(shù)據(jù)庫(kù),PostgreSQL數(shù)據(jù)庫(kù)
標(biāo)簽:
jsp
連接
數(shù)據(jù)庫(kù)
上傳時(shí)間:
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.
標(biāo)簽:
text
middleware-layer
information
retrieval
上傳時(shí)間:
2014-01-02
上傳用戶:wfeel