sqlite_ai 1.0.2 copy "sqlite_ai: ^1.0.2" to clipboard
sqlite_ai: ^1.0.2 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: ^1.0.2

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';
1
likes
115
points
110
downloads

Documentation

API reference

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

License

unknown (license)

Dependencies

code_assets, hooks, path, sqlite3

More

Packages that depend on sqlite_ai