2.0.0
Stable release compatible with AMPHP v3 and fibers! 🎉
As with other libraries compatible with AMPHP v3, most cases of parameters or returns of Promise<ResolutionType> have been replaced with ResolutionType.
- Added template types to interfaces for better type expression on implementations and extensions.
- All classes now start with
Sqlas a prefix to avoid name collisions with other libraries. - Renamed
ConnectionPooltoSqlCommonConnectionPool. - Added
SqlNestedableTransactionExecutorandSqlNestedTransactionto support nested transactions. - Added
SqlCommandResultandSqlConnectionTransaction. - Renamed
PooledResultSettoSqlPooledResult.