internet/interdb

A PDO based DB abstraction layer.

3.2.2 2020-03-11 23:18 UTC

This package is auto-updated.

Last update: 2024-04-19 01:58:40 UTC


README

Unit Testing

InterDB

InterDB is a PDO based abstraction layer, sitting between raw queries and PDO, creating easy references for commonly used functions.

Features

  • Unit Testing & Code Coverage
  • Connection Handling.
  • Upgrade / Downgrade Schemas
  • Handling of SQLite and MySQL connections.
  • Abstraction of column / table definitions.