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

This package is not auto-updated.

Last update: 2021-12-25 01:02:06 UTC


README

Build Status

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