-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
20 lines (15 loc) · 806 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
CDBEasy
===========
A Simple module to help reading and writing CDB files in php.
Limitation :
1) We can open CDB files in either to read or write mode. We can't update values in CDB file. CDBEasy has wrapper function to do these operation.
2) One CDB file can be max of 4 GB length. It is due to it's Hashing algorithm.
About:
--------------------
Cdb is "a fast, reliable, lightweight package for creating and reading constant databases." It is from the author of
qmail and can be found at http://cr.yp.to/cdb.html. Since it is constant, It support reading/writing (PHP 4.3.0 support writing)
(not updating) through the internal cdb library.
Requirement & Installation:
--------------------
http://www.php.net/manual/en/dba.requirements.php
http://www.php.net/manual/en/dba.installation.php