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

A database API (work in progress).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add database
copied to clipboard

With Flutter:

 $ flutter pub add database
copied to clipboard

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

dependencies:
  database: ^0.4.0
copied to clipboard

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:database/database.dart';
copied to clipboard
108
likes
130
points
196
downloads

Publisher

verified publisherdint.dev

Weekly Downloads

2024.09.16 - 2025.03.31

A database API (work in progress).

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

More

Packages that depend on database