kvsql 0.2.1 copy "kvsql: ^0.2.1" to clipboard
kvsql: ^0.2.1 copied to clipboard

outdated

A type safe key/value store backed by Sqlite. It has methods to handle high throughput updates.

Changelog #

0.2.1 #

  • Add support for boolean type
  • Allow dynamic list and map values
  • Fix in case of empty list value
  • Add a quiet parameter to selectSync
  • Add an example for persistant state

0.2.0 #

  • Major change: the methods are now type safe and require a type to be declared: ex: store.insert<int>("key", 3)
  • Add the hasKey method
  • Add the count method
  • Update dependencies
  • Fix in upsert method
  • Fix in database path
  • Return null in select if no value is found

0.1.0 #

Initial

0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A type safe key/value store backed by Sqlite. It has methods to handle high throughput updates.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

cupertino_icons, flutter, path_provider, pedantic, sqlcool

More

Packages that depend on kvsql