diff options
author | drochner <drochner@pkgsrc.org> | 2002-12-04 18:47:15 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-12-04 18:47:15 +0000 |
commit | 68b53e261389a5259ad2bb1d14fb9472e3c31ea1 (patch) | |
tree | a83edf029e1643d3c623e7b9025c6c527640070f /databases/metakit-lib/DESCR | |
parent | 2e215808cb7c34c1cb4ad453a0898a75e13b92b6 (diff) | |
download | pkgsrc-68b53e261389a5259ad2bb1d14fb9472e3c31ea1.tar.gz |
metakit is an embedded database library.
This is the base library, w/o scripting frontends.
Diffstat (limited to 'databases/metakit-lib/DESCR')
-rw-r--r-- | databases/metakit-lib/DESCR | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/metakit-lib/DESCR b/databases/metakit-lib/DESCR new file mode 100644 index 00000000000..bd3a98dcfe0 --- /dev/null +++ b/databases/metakit-lib/DESCR @@ -0,0 +1,6 @@ +MetaKit is an embeddable database which runs on Unix, Windows, +Macintosh, and other platforms. It lets you build applications which +store their data efficiently, in a portable way, and which will not need a +complex runtime installation. In terms of the data model, MetaKit takes +the middle ground between RDBMS, OODBMS, and flat-file databases - yet it +is quite different from each of them. |