sqlite_agent 0.1.6
sqlite_agent: ^0.1.6 copied to clipboard
SQLite Agent is a cross-platform SQLite extension that brings autonomous AI agents to your database. It enables databases to run multi-step, tool-using agents that fetch data from external sources (we [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add sqlite_agentWith Flutter:
$ flutter pub add sqlite_agentThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
sqlite_agent: ^0.1.6Alternatively, 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_agent/sqlite_agent.dart';