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
first
method. -
Edit returned type in
get
abstract 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
whereIn
andwhereNotIn
eloquent methods.
0.0.4 #
- Fix
limit()
ororder()
not working whenupdate
ordelete
.
0.0.3+2 #
- Updated doc.
0.0.3+1 #
save
method in model now act likeupdateOrCreate
method.
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!