ANNOUNCE: Glom 0.8.10

From: "Murray Cumming" <murrayc(at)murrayc(dot)com>
To: "gnome-announce" <gnome-announce-list(at)gnome(dot)org>, pgsql-announce(at)postgresql(dot)org
Subject: ANNOUNCE: Glom 0.8.10
Date: 2004-12-07 09:41:01
Message-ID: 6207.217.10.50.85.1102412461.spork@webmail.murrayc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

*** Glom

Glom is a GUI that allows you to design database table definitions and the
relationships between them. It also allows you to edit and search the data
in those tables. The design is loosely based upon FileMaker Pro, with the
added advantage of separation between user interface and data.

Glom uses the PostgresSQL database backend but it can not edit databases
that it did not create, because it uses only a simple subset of Postgres
functionality.

Here are some screenshots:
http://www.glom.org/screenshots/

Glom is written in C++, with gtkmm, Bakery, and libgdamm.

More information is at
http://www.glom.org

*** Obvious/Known problems.

* There is no way to administer the users.
* The User Level is not dependent on database access rights.
* The Details view should show lists of related records directly among the
regular fields.
* There is no printing/reports.

*** Changes

glom 0.8.10:

* Added an example document. It's not very interesting yet.
* Offer to create databases on the server based on documents,
such as examples.
* Don't display empty dates, times, and numbers as "NULL".
* Specify empty dates and times to server in SQL as "NULL", not
as empty strings.
* Dialogs have default buttons.
* Avoided a few crashes.

--
Murray Cumming
murrayc murrayc com
www.murrayc.com
www.openismus.com

Browse pgsql-announce by date

  From Date Subject
Next Message Robert Treat 2004-12-08 05:39:49 == PostgreSQL Weekly News - December 7th 2004 ==
Previous Message Thomas Hallgren 2004-12-06 22:43:28 ANN: PL/Java 1.0.0b6 released