Differences between revisions 2 and 12 (spanning 10 versions)
Revision 2 as of 2005-01-11 18:50:15
Size: 770
Editor: anonymous
Comment:
Revision 12 as of 2019-08-15 21:12:41
Size: 1205
Editor: nodiscc
Comment: add CategorySoftware
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
DataBase
-----
Line 3: Line 5:
{{{
 GNOME-DB consists of the following components:
}}}
Line 7: Line 6:
 * ["mergeant"]: ["Frontend"] for database administrators and database application developers.
 * ["libgnomedb"]: Database Widget Library. These widgets are integrated with the latest versions of glade.
 * ["libgda"]: data abstraction layer. It can manage data stored in databases or XML files and it can be used by non-GNOME applications.
GNOME-DB consists of the following components:

* [[mergeant]]: [[Frontend]] for database administrators and database application developers. Connections to any database supported by the Libgda library can be opened.
 * [[libgnomedb]]: Database Widget Library. These widgets are integrated with the latest versions of glade.
 * [[libgda]]: data abstraction layer. It can manage data stored in databases or XML files and it can be used by non-GNOME applications.

== File types ==
Database administration/user tool for GNOME, based on libgda/libgnomedb, which are a complete database-independent access layer for UNIX systems,It has support for PostgreSql, [[MySQL]], Sybase, MS SQL Server, Oracle, Interbase/Firebird, MS Access files, xBase.
Line 13: Line 17:
 * [["PostgreSQL"]].  * PostgreSql.
 * PgAccess

-------

CategoryDatabase CategorySoftware

DataBase


The GNOME-DB project aims to provide a free unified data access architecture to the DebianGnome project. GNOME-DB is useful for any application that accesses persistent data (not only databases, but data), since it now contains a pretty good data management API.

GNOME-DB consists of the following components:

  • ?mergeant: ?Frontend for database administrators and database application developers. Connections to any database supported by the Libgda library can be opened.

  • ?libgnomedb: Database Widget Library. These widgets are integrated with the latest versions of glade.

  • ?libgda: data abstraction layer. It can manage data stored in databases or XML files and it can be used by non-GNOME applications.

File types

Database administration/user tool for GNOME, based on libgda/libgnomedb, which are a complete database-independent access layer for UNIX systems,It has support for PostgreSql, ?MySQL, Sybase, MS SQL Server, Oracle, Interbase/Firebird, MS Access files, xBase.

See also:


CategoryDatabase CategorySoftware