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

outdated

Manage database easier. Use models to represent rows of database. Create database structure using object-oriented dart and leave all SQL strings hidden.

[0.0.4] - 2020/09/18 #

  • merging models from database

[0.0.3] - 2020/06/13 #

  • example
  • queryTables -> printTables

[0.0.2] - 2020/06/09. #

  • New classes:

    • DBProvider
    • Model
    • MetaModel
    • Table
    • Column
    • Constraint
      • Default
      • Unique
      • NotNull
      • Check
      • References
    • SQLiteType enum
  • Importing whole package with:

import 'package:model/model.dart';

[0.0.1] - 2020/05/28. #

  • Package initialization.
0
likes
0
pub points
69%
popularity

Publisher

unverified uploader

Manage database easier. Use models to represent rows of database. Create database structure using object-oriented dart and leave all SQL strings hidden.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, path, sqflite

More

Packages that depend on model