Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.05 KB

readme.md

File metadata and controls

37 lines (26 loc) · 1.05 KB

Neevo - Tiny open-source database layer for PHP

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