Difference between revisions of "Database libraries"

From Lazarus wiki
Jump to navigationJump to search
m (Added postgresql to fcl-db)
Line 7: Line 7:
 
|-
 
|-
 
| [http://www.advantagedatabase.com/ Advantage TDataSet Descendant] || || Linux, Windows, NetWare || || Clipper, FoxPro and Visual FoxPro 9 DBF
 
| [http://www.advantagedatabase.com/ Advantage TDataSet Descendant] || || Linux, Windows, NetWare || || Clipper, FoxPro and Visual FoxPro 9 DBF
 +
|-
 +
| [http://fblib.altervista.org/ FBLib] || Originally by Alessandro Batisti. Currently maintained by Graeme Geldenhuys. || Windows, Linux || LGPL || Firebird, Interbase.<br>The latest FBLib code is currently hosted in the [[tiOPF]] repository.
 
|-
 
|-
 
| [[fcl-db]] || FPC team || Various (depends on DB client library) || Supported by FPC || Dbase, In-memory, Interbase, Firebird, Microsoft SQL Server, MySQL, ODBC, Oracle, Paradox, PostgreSQL, SQLite, Sybase ASE.
 
| [[fcl-db]] || FPC team || Various (depends on DB client library) || Supported by FPC || Dbase, In-memory, Interbase, Firebird, Microsoft SQL Server, MySQL, ODBC, Oracle, Paradox, PostgreSQL, SQLite, Sybase ASE.
Line 27: Line 29:
 
|-
 
|-
 
| [[ZMSQL]] || Zlatko Matic || || Modified LGPL and MPL || In-memory, flat text files
 
| [[ZMSQL]] || Zlatko Matic || || Modified LGPL and MPL || In-memory, flat text files
|-
 
| [http://fblib.altervista.org/ FBLib] || Originally by Alessandro Batisti. Currently maintained by Graeme Geldenhuys. || Windows, Linux || LGPL || Firebird, Interbase.<br>The latest FBLib code is currently hosted in the [[tiOPF]] repository.
 
 
|}
 
|}
  

Revision as of 21:34, 28 April 2012

Name Developers Platforms License Supported databases
Advantage TDataSet Descendant Linux, Windows, NetWare Clipper, FoxPro and Visual FoxPro 9 DBF
FBLib Originally by Alessandro Batisti. Currently maintained by Graeme Geldenhuys. Windows, Linux LGPL Firebird, Interbase.
The latest FBLib code is currently hosted in the tiOPF repository.
fcl-db FPC team Various (depends on DB client library) Supported by FPC Dbase, In-memory, Interbase, Firebird, Microsoft SQL Server, MySQL, ODBC, Oracle, Paradox, PostgreSQL, SQLite, Sybase ASE.
FIBL Sergey Smirnov LGPL Firebird
IBX MWA Software Linux, Windows InterBase Public License, Initial Developers Public License Firebird
Pascal Data Objects (PDO) John Marino Windows, Linux LGPL MySQL, Firebird
tiOPF Peter Hinrichsen,
Graeme Geldenhuys
Windows, Linux MPL, Modified LGPL Interbase via IBX, Oracle via DOA, MySQL via ZeosLib, XML via MSDOM, XML via XMLLite, Paradox via BDE, MSAccess via ADO, MSSQLServer via ADO, FireBird via FBLib, FireBird via SqlDB, PostgreSQL via SqlDB, HTTP Proxy-Remote, Text files (CSV and TAB files)
TPSQL Antonio d'Avino modified-LGPL PostgreSQL
TDBF Micha Nelissen Supported by FPC LGPL dBase, FoxPro files
Unified Interbase Progdigy MPL Interbase, Firebird, Yaffil
Zeoslib Zeos team GPL, LGPL MySQL, PostgreSQL, Interbase, Firebird, MS SQL Server, Sybase, Oracle and SQLite
ZMSQL Zlatko Matic Modified LGPL and MPL In-memory, flat text files

See also