sqlite_file 0.1.0 copy "sqlite_file: ^0.1.0" to clipboard
sqlite_file: ^0.1.0 copied to clipboard

Implements package:file filesystem abstractions over Sqlite.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate sqlite_file

Use it

The package has the following executables:

$ sqlite_file

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sqlite_file

With Flutter:

 $ flutter pub add sqlite_file

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

dependencies:
  sqlite_file: ^0.1.0

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:sqlite_file/sqlite_file.dart';
0
likes
160
points
138
downloads

Publisher

verified publisheragilord.com

Weekly Downloads

Implements package:file filesystem abstractions over Sqlite.

Repository (GitHub)
View/report issues

Topics

#sqlite #file #file-system

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

args, file, path, sqlite3

More

Packages that depend on sqlite_file