-
Notifications
You must be signed in to change notification settings - Fork 0
Amitesh/CDBEasy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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
About
It is a set of utility classes to handle the CDB (Constant Database) functionality in PHP.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published