eloquent_dart 0.1.1
eloquent_dart: ^0.1.1 copied to clipboard
Eloquent ORM extracted from Vania framework for Dart and Flutter.
0.1.1 #
- Added
Migrationsystem support. - Added
Schemabuilder andTableDefinition. - Added
exampleFlutter application. - Fixed
DateTimetype handling in SQLite adapter. - Fixed mass assignment validation logic.
0.1.0 #
- Initial release of Eloquent ORM extracted from Vania framework.
- Support for SQLite using
sqlite3package. - Comprehensive Query Builder.
- Migration and Schema Builder support.
- Support for Relationships (OneTo(Many), ManyToMany, Polymorphic).