sqlite_ai 0.7.58 copy "sqlite_ai: ^0.7.58" to clipboard
sqlite_ai: ^0.7.58 copied to clipboard

SQLite-AI is an extension for SQLite that brings artificial intelligence capabilities directly into the database. It enables developers to run, fine-tune, and serve AI models from within SQLite using [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sqlite_ai

With Flutter:

 $ flutter pub add sqlite_ai

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

dependencies:
  sqlite_ai: ^0.7.58

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_ai/sqlite_ai.dart';
0
likes
120
points
73
downloads

Publisher

verified publishersqlite.ai

Weekly Downloads

SQLite-AI is an extension for SQLite that brings artificial intelligence capabilities directly into the database. It enables developers to run, fine-tune, and serve AI models from within SQLite using simple SQL queries — ideal for on-device and edge applications where low-latency and offline inference are critical.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

code_assets, hooks, path, sqlite3

More

Packages that depend on sqlite_ai