angel3_orm_postgres 3.0.0-beta.1 angel3_orm_postgres: ^3.0.0-beta.1 copied to clipboard
PostgreSQL support for Angel's ORM. Includes functionality for querying and transactions.
3.0.0-beta.1 #
- Migrated to support Dart SDK 2.12.x NNBD
2.0.0 #
- Migrated to work with Dart SDK 2.12.x Non NNBD
1.1.0-beta.1 #
- Improvements in how transactions are handled; rethrow failed exceptions after rolling back.
- Remove deprecated executor classes.
1.1.0-beta #
- Updates for
package:angel_orm@2.1.0-beta
.
1.0.0 #
- Bump to
1.0.0
. This package has actually been stable for several months.
1.0.0-dev.4 #
- Port tests to use
angel_orm_test
.
1.0.0-dev.3 #
- Support for
tableName
.
1.0.0-dev.2 #
- Add optional logging.
1.0.0-dev.1 #
- Changes to work with
package:angel_orm@2.0.0-dev.15
.
1.0.0-dev #
- First version.