Reputation: 55643
What are the currently used Column Based Databases that work with PHP? and are any of them free?
Upvotes: 3
Views: 351
Reputation: 317119
There is a rather large list of Column Oriented Databases at Wikipedia. I know that at least Infobright offers a Community Edition of their product and it works with MySql. There was a webinar recently at Zend as well.
Upvotes: 1
Reputation: 154593
I think you want to know about NoSQL databases and not Column Oriented DBs.
Both are often called as the NoSQL databases, most of the implementations are free but the most popular in the PHP community must be MongoDB.
Upvotes: 2