Neevo is a very small database abstraction layer for PHP. It simplifies your daily work with databases - you can use the same code across various supported SQL database systems without noticing any differences.
- Easy and intuitive manipulation
- Transaction support
- Multiple database drivers (MySQL, MySQLi, SQLite 2/3 and PostgreSQL + PDO)
- Column type detection
- Conditional statements
- Query debugging
And much more...
- Documentation for Neevo is available online: http://neevo.smasty.net/documentation.
- Public API reference can be found on http://neevo.smasty.net/api/.
- Author: Smasty (http://smasty.net)
- Website: http://neevo.smasty.net/
- Public API: http://neevo.smasty.net/api/
- Available under the MIT license (http://neevo.smasty.net/license)