wazeloquent 0.0.3 wazeloquent: ^0.0.3 copied to clipboard
Laravel Eloquent Wrapper For Flutter
0.0.3 #
- Added
RelationshipModel
for relationships. - Added
ManyToMany
mixin. - Updated doc.
0.0.2 #
- Added
whereIn
method. - Added new relationships -
OneToOne
andOneToMany
. - Updated doc.
0.0.1+5 #
- Added method to specify
filePath
for db. - Catch the query to debug in details.
- Added
hasOne
(still experimental) andbelongsTo
(still experimental) method.
0.0.1+4 #
- Fixing bugs where properties are not reset.
0.0.1+3 #
- Added
latest
method.
0.0.1+2 #
- Updated doc.
0.0.1+1 #
- Remove unused dependency.
0.0.1 #
- Yay!