sqlite_ai 0.7.59
sqlite_ai: ^0.7.59 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_aiWith Flutter:
$ flutter pub add sqlite_aiThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
sqlite_ai: ^0.7.59Alternatively, 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';