FantastiSQL – a jQuery-like API for database access
by pompo500 on Sep.11, 2010, under Uncategorized
How’d you feel like typing $Users->Select(“UserName”)->Where(“UserStatus = ‘active’”)->OrderBy(“UserID”, “DESC”)->Columnn(); to get ["foo","bar","baz",..] ?
Started the PHP project at http://code.google.com/p/fantastisql/
It is actually a spin-off of my xsLib project, a PHP framework for doing things super-quick. Why spin-off? To get FantastiSQL lifted off quickly. xsLib is still in early stages of development.
SVN read-only access with command
svn checkout http://fantastisql.googlecode.com/svn/ fantastisql-read-only
Documentation will be available online later, when the API settles down
Source available at http://code.google.com/p/fantastisql/source/browse/src
Releases will be available at http://code.google.com/p/fantastisql/downloads/list