wazeloquent 0.0.5+1 copy "wazeloquent: ^0.0.5+1" to clipboard
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 and whereNotIn eloquent methods.

0.0.4 #

  • Fix limit() or order() not working when update or delete.

0.0.3+2 #

  • Updated doc.

0.0.3+1 #

  • save method in model now act like updateOrCreate method.

0.0.3 #

  • Added RelationshipModel for relationships.
  • Added ManyToMany mixin.
  • Updated doc.

0.0.2 #

  • Added whereIn method.
  • Added new relationships - OneToOne and OneToMany.
  • Updated doc.

0.0.1+5 #

  • Added method to specify filePath for db.
  • Catch the query to debug in details.
  • Added hasOne(still experimental) and belongsTo(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!
22
likes
140
pub points
46%
popularity

Publisher

unverified uploader

WazEloquent is a flutter package in which you can interact with in-app “sqlite” database in the style of Laravel Eloquent.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter, path, path_provider, sqflite

More

Packages that depend on wazeloquent