Introduction
A thin PDO layer with named connections, a query builder, forward-only results, and nested transactions.
Installation
Install the package with Composer and enable the PDO extension for your database.
Getting started
Wire up a driver, a config, a manager, and a grammar, then run your first query.
Database
Resolve a named connection, scope work to one of them, and open a query builder.
Connections
4 items
Queries
2 items
Query builder
4 items
Transactions
Run a callback in a transaction, nest it with savepoints, or drive begin and commit yourself.
Error handling
The exception hierarchy, the context each exception carries, and how to log it.