db_exporter 0.2.0 copy "db_exporter: ^0.2.0" to clipboard
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_exporter

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

dependencies:
  db_exporter: ^0.2.0

Alternatively, 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';
4
likes
160
points
169
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#database #sqlite #export #backup #csv

License

MIT (license)

Dependencies

excel, file_picker, flutter, package_info_plus, path, path_provider, share_plus

More

Packages that depend on db_exporter