sqlite_js 1.1.15 copy "sqlite_js: ^1.1.15" to clipboard
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_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.1.15

Alternatively, 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';
0
likes
0
points
92
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

License

unknown (license)

Dependencies

code_assets, hooks, path, sqlite3

More

Packages that depend on sqlite_js