siimple 0.0.2 copy "siimple: ^0.0.2" to clipboard
siimple: ^0.0.2 copied to clipboard

Simple but powerful database for flutter.

simple #

Simple But Powerful Database For Flutter.

Usage: #

// Save something in the db
final db = await Simple.instance;
await db.set('counter', _counter.toString());
// Get the saved item from db using key
await db.get('counter');
// Delete from db
await db.delete('counter');

Warning: This package is a hobby project for me. It is in a very early stage, use it in your apps at your own risk, i may change its api at any time with any version. Currently it works as a key-value database, but in future i am going to make it a full fledged no sql database for dart applications.

3
likes
0
points
28
downloads

Publisher

verified publishermindcraft.ing

Weekly Downloads

Simple but powerful database for flutter.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

path_provider

More

Packages that depend on siimple