Blog |
Forum |
Repository |
Wizard
Jump to letter: [
ABCDFGHILMOPQRSTUWXZ
]
php-wikimedia-cdb - CDB functions for PHP
- Website:
- http://www.mediawiki.org/wiki/CDB
- Licence:
- GPLv2+
- Vendor:
- Remi Collet
- Description:
CDB, short for "constant database", refers to a very fast and highly reliable
database system which uses a simple file with key value pairs. This library
wraps the CDB functionality exposed in PHP via the dba_* functions. In cases
where dba_* functions are not present or are not compiled with CDB support,
a pure-PHP implementation is provided for falling back.
Packages