database 0.3.1 copy "database: ^0.3.1" to clipboard
database: ^0.3.1 copied to clipboard

outdated

A vendor-agnostic database access API. Supports many technologies/products such as browser APIs, SQLite, Google Cloud Firestore, PostgreSQL, ElasticSearch, and Algolia.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add database

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

dependencies:
  database: ^0.3.1

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

Import it

Now in your Dart code, you can use:

import 'package:database/database.dart';
108
likes
0
pub points
79%
popularity

Publisher

verified publisherdint.dev

A vendor-agnostic database access API. Supports many technologies/products such as browser APIs, SQLite, Google Cloud Firestore, PostgreSQL, ElasticSearch, and Algolia.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

built_collection, built_value, charcode, collection, fixnum, meta, protobuf, universal_html, universal_io

More

Packages that depend on database