database_manager 0.0.4 copy "database_manager: ^0.0.4" to clipboard
database_manager: ^0.0.4 copied to clipboard

Simple way to manage database. Version control and application's database schema. Simplify CRUD operations.

[0.0.4] - 2020-06-02. #

  • [Added] - whereRow function.
  • [Updated] - readme.

[0.0.3+2] - 2020-05-23. #

  • General improvement of the code.
  • added exists operator.

[0.0.3+1] - 2020-05-15. #

  • General improvement of the code.
  • added the ability to create nested queries.

[0.0.3] - 2020-05-2. #

  • Created the following model methods:
  • select, count, min, avg, max
  • where, orWhere, whereIn, orWhereIn, whereNotIn, orWhereNotIn
  • insert, update, get
  • distinct, groupBy, orderBy, orderByDesc, orderByAsc
  • having, orHaving

[0.0.2] - 2020-04-18. #

  • Created Connection Class. Possibility to manage the connection with SQflite.

[0.0.1] - 2020-04-9. #

  • Created Database Manager.
  • Created SQLCommand.
  • Created Schema Class.
5
likes
30
pub points
0%
popularity

Publisher

verified publisherdn-a.dev

Simple way to manage database. Version control and application's database schema. Simplify CRUD operations.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, path, path_provider, sqflite

More

Packages that depend on database_manager