diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-11 02:51:33 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-11 02:51:33 +0800 |
commit | 20f259c04ba60e439eef27b33176ba2c3891e29b (patch) | |
tree | e0e92c0bc516e76d0619837d2e438b0e5dfa5cb5 /databases/glom/pkg-descr | |
parent | 42e1efca823414976647b461b1eeb6f07b91eb89 (diff) | |
download | marcuscom-ports-20f259c04ba60e439eef27b33176ba2c3891e29b.tar marcuscom-ports-20f259c04ba60e439eef27b33176ba2c3891e29b.tar.gz marcuscom-ports-20f259c04ba60e439eef27b33176ba2c3891e29b.tar.bz2 marcuscom-ports-20f259c04ba60e439eef27b33176ba2c3891e29b.tar.lz marcuscom-ports-20f259c04ba60e439eef27b33176ba2c3891e29b.tar.xz marcuscom-ports-20f259c04ba60e439eef27b33176ba2c3891e29b.tar.zst marcuscom-ports-20f259c04ba60e439eef27b33176ba2c3891e29b.zip |
Add glom 1.7.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11271 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/ |