Safe SQL abstractions for PHP and WordPress.
- a tutorial
- provide conveniences to query SQL tables and views;
- eventually safely, ie: with limits and without injections;
- covering applications from CRUD to paginated search and filter;
- with prefixed table and view names, guarded identifiers and custom placeholders;
- support PHP 5.3, MySQL, SQLite, PDO and WPDB.