sqlite_agent 0.1.6 copy "sqlite_agent: ^0.1.6" to clipboard
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_agent

With Flutter:

 $ flutter pub add sqlite_agent

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

dependencies:
  sqlite_agent: ^0.1.6

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_agent/sqlite_agent.dart';
0
likes
120
points
77
downloads

Publisher

verified publishersqlite.ai

Weekly Downloads

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 (web, APIs, etc.) through sqlite-mcp and populate database tables.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

code_assets, hooks, path, sqlite3

More

Packages that depend on sqlite_agent