diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-10-03 01:11:43 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-10-03 01:11:43 +0800 |
commit | e21e8cf497f5b4d79441a1f36ba828947d660ff6 (patch) | |
tree | de3c9069a4475a7d7e5ffde17fb95273b507a921 /databases/glom/pkg-descr | |
parent | e8c9911324bca5f77b5cd4ff45c6bb354fa58642 (diff) | |
download | marcuscom-ports-e21e8cf497f5b4d79441a1f36ba828947d660ff6.tar marcuscom-ports-e21e8cf497f5b4d79441a1f36ba828947d660ff6.tar.gz marcuscom-ports-e21e8cf497f5b4d79441a1f36ba828947d660ff6.tar.bz2 marcuscom-ports-e21e8cf497f5b4d79441a1f36ba828947d660ff6.tar.lz marcuscom-ports-e21e8cf497f5b4d79441a1f36ba828947d660ff6.tar.xz marcuscom-ports-e21e8cf497f5b4d79441a1f36ba828947d660ff6.tar.zst marcuscom-ports-e21e8cf497f5b4d79441a1f36ba828947d660ff6.zip |
Update to 1.12.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13082 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/glom/pkg-descr')
-rw-r--r-- | databases/glom/pkg-descr | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/databases/glom/pkg-descr b/databases/glom/pkg-descr new file mode 100644 index 000000000..6974a6efb --- /dev/null +++ b/databases/glom/pkg-descr @@ -0,0 +1,21 @@ +With Glom you can design table definitions and the relationships +between them, plus arrange the fields on the screen. You can edit +and search the data in those tables, and specify field values in +terms of other fields. It's as easy as it should be. + +The design is loosely based on FileMaker Pro, with the added +advantage of separation between interface and data. Its simple +framework should be enough to implement most database +applications. Without Glom these systems normally consist of lots +of repetitive, unmaintainable code. + +Glom-specific data such as the relationship definitions is saved +in the Glom document. Glom re-connects to the database server +when it loads a previous Glom document. The document is in XML +format. + +Glom uses the PostgreSQL database backend but it can not edit +databases that it did not create, because it uses only a simple +subset of Postgres functionality. + +WWW: http://www.glom.org/ |