diff options
Diffstat (limited to 'databases/edb/pkg/DESCR')
-rw-r--r-- | databases/edb/pkg/DESCR | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/databases/edb/pkg/DESCR b/databases/edb/pkg/DESCR new file mode 100644 index 00000000000..bdfb58ab3a9 --- /dev/null +++ b/databases/edb/pkg/DESCR @@ -0,0 +1,8 @@ + Edb is a database abstraction layer to Berkeley Databases. Edb contains +the source for DB 2.7.7, thus freezing the database format on disk, making +sure it will never become incompatible. Edb wraps this with a convenience +and optimization API layer, making database access easy, fast and +consistent. It handles typing of information in the database and much +more. Edb is *VERY* fast and all of Enlightenment 17 configuration +management is built on top of it - every configuration file is a database +- including Ebits files. |