wazeloquent 0.0.5+1
wazeloquent: ^0.0.5+1 copied to clipboard
WazEloquent is a flutter package in which you can interact with in-app “sqlite” database in the style of Laravel Eloquent.
0.0.5+1 #
- Fixed bugs
0.0.5 #
-
Relationship query can now be executed using single variable.
var user = User(); var query = user.car(); query.create({}); query.get(); query.delete(); -
Added
firstmethod. -
Edit returned type in
getabstract method.
0.0.4+3 #
- Fix bugs.
0.0.4+2 #
- Fix bug in which error happens when using
whereNotIn.
0.0.4+1 #
- Added
whereInandwhereNotIneloquent methods.
0.0.4 #
- Fix
limit()ororder()not working whenupdateordelete.
0.0.3+2 #
- Updated doc.
0.0.3+1 #
savemethod in model now act likeupdateOrCreatemethod.
0.0.3 #
- Added
RelationshipModelfor relationships. - Added
ManyToManymixin. - Updated doc.
0.0.2 #
- Added
whereInmethod. - Added new relationships -
OneToOneandOneToMany. - Updated doc.
0.0.1+5 #
- Added method to specify
filePathfor 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
latestmethod.
0.0.1+2 #
- Updated doc.
0.0.1+1 #
- Remove unused dependency.
0.0.1 #
- Yay!