arraydb
arraydb copied to clipboard
define your data model using array configs, reach your data as arrays.
hi Mustafa Dokumacı, I am reading https://github.com/mstdokumaci/arraydb/tree/master/doc at this moment. When i come to this snipt code, i got pulzz 'post'=>array( 'conf'=>array('len'=>10), 'fields'=>array( 'text'=>array('len'=>200), 'view_count'=>array('type'=>'numeric', 'len'=>5) // default field type...
It would be good feature, if the engine doesn't depend on the database backend. As I've seen, your architecture is well layered, and won't be a big development, to make...
I think you should invest some time in creating your unit test to truly give this project credibility. I love the idea of harnessing the power of PHP arrays to...