diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-01 02:36:38 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-01 02:36:38 +0000 |
commit | 78d9320313f709519b73415e20ac83b1e9b86ee9 (patch) | |
tree | d81cf816708f4d26da4492d713ec44609593dca9 /databases/Makefile | |
parent | 413d1229843c3979c9a97ff3a7709eb7d7abc56e (diff) | |
download | FreeBSD-ports-78d9320313f709519b73415e20ac83b1e9b86ee9.zip FreeBSD-ports-78d9320313f709519b73415e20ac83b1e9b86ee9.tar.gz |
databases/puredb: Set of libraries for creating and reading constant databases
PureDB is a portable and tiny set of libraries for creating
and reading constant databases. It manages data files that
contains text or binary key/data pairs of arbitrary sizes.
Lookups are very fast (normally only one disk access to
match a hash value), overhead is low (a database is 1028
bytes plus only 16 extra bytes per record), multiple
concurrent read access are supported, and databases can be
up to 4 Gb long, and they are portable across architectures.
PR: ports/48901
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 1e2cc75..ca76cf9 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -137,6 +137,7 @@ SUBDIR += postgresql7 SUBDIR += postgresql72 SUBDIR += postgresql_autodoc + SUBDIR += puredb SUBDIR += pxtools SUBDIR += py-MySQL SUBDIR += py-MySQLdb |