sqlite_js 1.1.15
sqlite_js: ^1.1.15 copied to clipboard
SQLite JS is a powerful extension that brings JavaScript capabilities to SQLite. With this extension, you can create custom SQLite functions, aggregates, window functions, and collation sequences usi [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add sqlite_jsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
sqlite_js: ^1.1.15Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:sqlite_js/sqlite_js.dart';