Evan Byrne's Writings

PHP Databasing System Benchmarks

I ran a few SELECT tests on my PHP databasing system today. The results weren't too surprising, MySQL is way faster. Read on to see the details.

Feb 28, 2009

4

New PHP Databasing System

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.

Feb 26, 2009

6

Newer →