frideosapps / frideos_kvprx

A library with persistent and reactive classes, and key/value pairs storing helpers, using the sqflite plugin.
BSD 2-Clause "Simplified" License
8 stars 0 forks source link

Delete keys that starts with X #1

Closed taliptako closed 5 years ago

taliptako commented 5 years ago

It woul be good if you can add support to delete all keys start with specific prefix

frideosapps commented 5 years ago

Hello @taliptako, feature added with the new version 0.2.0. Give a look at the method bulkDeleteKeysStartWith on the Readme.md.

taliptako commented 5 years ago

Hi, probably this is the only package that let you specify a table for key-value storage thank you so much for this good work :)