sqlite_js 1.2.3 copy "sqlite_js: ^1.2.3" to clipboard
sqlite_js: ^1.2.3 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_js

With Flutter:

 $ flutter pub add sqlite_js

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

dependencies:
  sqlite_js: ^1.2.3

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_js/sqlite_js.dart';
0
likes
120
points
13
downloads

Publisher

verified publishersqlite.ai

Weekly Downloads

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 using JavaScript code, allowing for flexible and powerful data manipulation directly within your SQLite database.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

code_assets, hooks, path, sqlite3

More

Packages that depend on sqlite_js