useless_db 0.0.1 copy "useless_db: ^0.0.1" to clipboard
useless_db: ^0.0.1 copied to clipboard

Small yet useless database system for small needs. Only for people who like problems and "but why"'s...

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add useless_db

With Flutter:

 $ flutter pub add useless_db

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  useless_db: ^0.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:useless_db/useless_db.dart';
1
likes
130
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

Small yet useless database system for small needs. Only for people who like problems and "but why"'s...

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

bson, collection, path, synchronized, uuid

More

Packages that depend on useless_db