About libgda ============ Libgda is a (relatively small) database access library: * it is a wrapper like ODBC but with more features to access several database engines * features a meta data extractor (to know all about database objects in a common way) * comes with an SQL console application (like mysql, psql or sqlite3 consoles) * relies on GLib, coded in C, its API is easy to use * at the moment supports SQLite (and SQLCipher), MySQL, PostgreSQL, MSAccess, Berkeley Db (and is SQL extension), Oracle and JDBC (allows access to any database through a JDBC driver), work is in progress for other database types (such as Firebird). There is also a special feature which allows one to connect to a database hidden behing a web server (through specific PHP scripts) * LGPL licensed for the libraries and GPL licensed for the tools.
See http://www.gnome-db.org for more information. News ==== - Asynchronous statement execution improvements - Added the GDA_STATEMENT_MODEL_OFFLINE flag to specify that resulting data model must be readable without requiring a server connection - Correctly parse "NOT LIKE" and "NOT ILIKE" expressions, and hexadecimal notations - PostgreSQL: added the "CONNECT_TIMEOUT" option - Use Libsecret instead of Libgnome-keyring if available - Many other small corrections, code cleanups and deprecated functions removal - Windows: many code & packaging corrections - Many code cleanups to switch to GTK3's features - Bugs corrected: #676239, #669801, #680311, #680820, #680639 - Translations: - de (Christian Kirbach) - el (Dimitris Spingos, Tom Tryfonidis) - es (Daniel Mustieles) - gl (Fran Diéguez) - id (Andika Triwidada) - it (Marco Ciampa) - nb (Kjartan Maraas) - ru (Yuri Myasoedov) - sl (Martin Srebotnjak, Matej Urbančič) - zh_CN (Wylmer Wang) ChangeLog ========= http://download.gnome.org/sources/libgda/5.1/libgda-5.1.1.changes (36.5K) Download ======== http://download.gnome.org/sources/libgda/5.1/libgda-5.1.1.tar.xz (11.3M) sha256sum: 41a54e60d91758d1d239e5127c856ff0412a5709e92440e9107178af928ed5e1 _______________________________________________ ftp-release-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/ftp-release-list
