floor 0.1.0 copy "floor: ^0.1.0" to clipboard
floor: ^0.1.0 copied to clipboard

outdated

A supportive SQLite abstraction for your Flutter applications. This library is the runtime dependency.

Changelog #

0.1.0 #

🚀 Features #

  • Support conflict strategies when inserting and updating records
  • Add support for running queries that return void
  • Add support for foreign keys
  • Add parameter verification for query methods
  • Return deleted row count on delete
  • Return updated rows count on update
  • Return ID/s of inserted item/s
  • Add support for transactions
  • Add support for changing (insert, update, delete) lists
  • Support custom entity name
  • Enable NOT NULL columns
  • Enable custom column name mapping
  • Add delete methods code generation and fix update methods
  • Add update methods code generation
  • Add insert methods code generation
  • Add code generator for query methods
  • Code generation for database creation
867
likes
0
pub points
98%
popularity

Publisher

verified publisherpinch.nl

A supportive SQLite abstraction for your Flutter applications. This library is the runtime dependency.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

floor_annotation, flutter, path, sqflite

More

Packages that depend on floor