dart_orm 0.2.1
dart_orm: ^0.2.1 copied to clipboard
Easy-to-use and easy-to-setup database ORM for dart.
0.2.1 #
- Added support for ORM models as list members
0.2.0 #
- Added support for List model properties.
0.1.3 #
- Upgraded to test '^0.12.5' to make use of setUpAll() and tearDownAll(). Now database connections are closed when test ends.
0.1.1 #
- Refactored DBTable annotation. Now it allows to specify target class which allows to split class implementation and annotations.
0.1.0 #
- Removed unmaintained
MemoryAdapter.
0.0.14 #
- Double types support
0.0.13 #
- Just bumping a version to update a package on pub
0.0.12 #
- SQLAdapter sql construction methods refactored to be non-static.
0.0.11 #
- DateTime support added.
0.0.10 #
- Minor improvements and bugfixes.
0.0.9 #
- Intergration tests added.
- MySQL adapter usage added to example and integration tests.
- PostgreSQL's 'RETURNING id' path of the insert query moved to PostgreSQL adapter.
- UnknownAdapterError now accepts original db driver exception as constructor argument.
0.0.8 #
- PostgreSQL adapter extracted to separate package.
0.0.6 #
- MongoDB adapter extracted to separate package, example on its usage added.
0.0.5 #
- MongoDB adapter and example added.
0.0.4 #
- A lot of internal refactorings to move sql_types to sql adapter and use it only from there.
0.0.3 #
- Adapters introdused and much renamings/refactorings.
0.0.2 #
- Added names converting from camelCase to underscore.
0.0.1 #
- First alpha.