db_exporter 0.2.0
db_exporter: ^0.2.0 copied to clipboard
WAL-safe export of SQLite-backed Flutter databases (Drift, sqflite) to raw .db, CSV, JSON or Excel, delivered to a device folder, the share sheet or a save dialog.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add db_exporterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
db_exporter: ^0.2.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:db_exporter/db_exporter.dart';