angel3_orm_postgres 3.2.0 angel3_orm_postgres: ^3.2.0 copied to clipboard
PostgreSQL support for Angel3 ORM. Includes functionality for querying and transactions.
Change Log #
3.2.0 #
- Added
package:postgres_pool
for connection pooling
3.1.0 #
- Updated linter to
package:lints
3.0.1 #
- Fixed json data issue
3.0.0 #
- Fixed NNBD issues
3.0.0-beta.2 #
- Updated README
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.