smasty / neevo
This package is abandoned and no longer maintained.
No replacement package was suggested.
Tiny but powerful database abstraction layer
v2.3.3
2017-10-04 21:51 UTC
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: ~3.7@dev
Suggests
- ext-memcache: Install Memcache to use it as a cache storage.
- smasty/neevo-nette-ext: Neevo extension for Nette Framework.
This package is not auto-updated.
Last update: 2021-12-25 01:02:06 UTC
README
Introduction
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.
Features
- 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
- 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)