Recommend this page to a friend! |
Download .zip |
Info | View files (9) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2004-08-13 (12 years ago) | 51% | Total: 1,263 | All time: 2,926 This week: 1,043 |
Version | License | Categories | ||||
pdb 1.0 | GNU Lesser Genera... | Databases, Files and Folders |
Description | Author | |||||||||||||
pDB is a collection of PHP classes that implement a file based embeddable SQL database engine. |
|
pDB-0.37b - The PHP Database pDB is a collection of PHP Classes that implement an embeddable SQL DataBase engine. This project was started in 2002 as ´proof-of-concept´ by FloSax and BennyZaminga. pDB is currently developped and actively maintained by BennyZaminga <bzaminga__at__web__dot__de>. Advantages of pDB: - It's pure PHP ;) - No extension or external resource needed - Embedable/distributable into/with your own application or script - On small tables faster than MySQL/PostgreSQL - No socket and/or TCP/IP-overhead - Easy movable database Disadvantages of pDB: - It's interpreted cause written in PHP - Gets slow on big tables. Not yet optimized in any way ;( - Not fully SQL92 compliant - Not very scalable Additional Notes: - Please make sure your DB_ROOT/-folder is writable for Apache/PHP, else pDB will fail. - Feel free to change the location of your DB_ROOT, but do not forget to adjust the path in ´pDB.conf.php´. Recommended is to move your DB_ROOT outside your web-root, so DB-files can not be accessed directly by Apache. - pDB is currently alpha-quality software and is NOT recommended to be used in mission critical environments. - Please refer to http://wiki.devote.ch for additional informations related to pDB. - This files provided here are only a small subset of the whole pDB-project. Feel free to contact me using the above email if you wanna get involved. - Documentation of the pDB-API is available for download at http://wiki.devote.ch - Feel free to report bugs and send patches. Have Fun ;) |
Files |
File | Role | Description | ||
---|---|---|---|---|
DB_ROOT (1 directory) | ||||
common_queries.txt | Data | A few common queries needed by the HTML-Interface. | ||
index.php | Example | HTML-Test-Interface | ||
pDB.conf.php | Data | pDB's ConfigFile | ||
pDB.users.php | Data | pDB's UserConfig | ||
pDB_CORE.php | Class | pDB's CORE-Class | ||
pDB_SQL_PARSER.php | Class | pDB's SQL-Parser-Class | ||
pDB_TABLE_OBJ.php | Class | pDB's TableObject (´in-memory´-table or ResultSetObject) | ||
README | Doc. | PLEASE READ THIS |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | ||||||||||||||||||||||||||||||
|
Applications that use this package |
pDBGUI A frontend or admin-interface for pDB |
peDeBe peDeBe is a very basic mini CMS-approach based on pDB |
If you know an application of this package, send a message to the author to add a link here.
Related pages |
Introduction to pDB A short and unfinished introduction to pDB. |
pDB Wiki Main resource for pDB related files and docs. |
pDB-API Docs (Download .tgz) pDB-API Documentation (Download gzipped tarball) |
pDB-API Docs (Online) pDB-API Documentation (View online) |