atmos_database 0.16.2 copy "atmos_database: ^0.16.2" to clipboard
atmos_database: ^0.16.2 copied to clipboard

Library for atmos create database tables and use it by Atom735

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add atmos_database

With Flutter:

 $ flutter pub add atmos_database

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

dependencies:
  atmos_database: ^0.16.2

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:atmos_database/atmos_database.dart';
0
likes
120
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

Library for atmos create database tables and use it by Atom735

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

atmos_binary_buffer, meta, sqlite3

More

Packages that depend on atmos_database