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

outdated

A database access API that's vendor-agnostic. Adapters exist for browser APIs, SQLite, Google Cloud Firestore, PostgreSQL, ElasticSearch, Algolia, and others.

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.2

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
77%
popularity

Publisher

verified publisherdint.dev

A database access API that's vendor-agnostic. Adapters exist for browser APIs, SQLite, Google Cloud Firestore, PostgreSQL, ElasticSearch, Algolia, and others.

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