Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

smasty/Neevo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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