Lately in the little free time I have found here and there I have been working on a new databasing system for PHP. The goal of this databasing system is to be a fast and reliable while addressing the shortcomings of SQL.
The databasing system is supposed to completely replace MySQL, PosgreSQL, or others of the sort by offering your PHP applications an easy and powerful databasing alternative to SQL based solutions.
Here's a small feature list of what I want to (or have already) incorporate into the DB system:
- Completely PHP based, no dependencies
- Object Oriented PHP programming
- Do not have to learn a new programming language
- Is not based on SQL
- Support for common SQL column attributes like AUTO_INCREMENT
- Easily handles massive databases and tables
- Sub Tables (tables inside tables)
- Store data as Integers, Text, Arrays, or Objects
- Easy to use database search
I have most of the things listed above already done. I'm getting very close to a BETA release so stay tuned.
Comment
See what others have to say on this topic, or add your own two cents.