tool_database 0.0.2
tool_database: ^0.0.2 copied to clipboard
Contains base functionality for the DB
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add tool_databaseWith Flutter:
$ flutter pub add tool_databaseThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
tool_database: ^0.0.2Alternatively, 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:tool_database/database.dart';
import 'package:tool_database/declaration/connection/connection.dart';
import 'package:tool_database/declaration/connection/native.dart';
import 'package:tool_database/declaration/connection/unsupported.dart';
import 'package:tool_database/declaration/connection/web.dart';
import 'package:tool_database/declaration/database_di.dart';
import 'package:tool_database/declaration/database_initializer.dart';