wazeloquent 0.0.3+2 wazeloquent: ^0.0.3+2 copied to clipboard
WazEloquent is a flutter package in which you can interact with in-app “sqlite” database without a single sweat. Save your time and have fun with ready-to-use Laravel Eloquent alike methods offered by package.
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!