💾 A database layer with a familiar PDO-like API but much more powerful. Building queries, advanced joins, drivers for MySQL, PostgreSQL, SQLite, MS SQL Server and Oracle.
PDO::commit can return false. In this cases transactions stays open, which is not excepted by app developers. Database layer should convert false to exception too.
PDO::commit can return false. In this cases transactions stays open, which is not excepted by app developers. Database layer should convert false to exception too.