Skip to content

Databases tools your agent already has

Ask a question about your data in a sentence. Your agent writes the query and brings you the answer.

16 tools

The gap between having a database and getting an answer out of it is usually the query. With the clients already installed and your credentials in the Vault, your agent connects, asks, and reports back, and you never open a SQL editor to find out how many of something there were last week.

The tools

Preinstalled on every plan, with nothing to set up. A few depend on the engine you pick.

  • duckdb

    Analytical SQL over local files: Parquet, CSV and JSON.

  • sqlite3

    Query, migrate and dump SQLite databases.

  • psql

    Query, inspect and administer PostgreSQL.

  • mysql

    Query and administer MySQL and MariaDB.

  • mongosh

    Query collections and run aggregations on MongoDB.

  • redis-cli

    Inspect keys, run commands and watch traffic on a Redis instance.

  • pg_dump

    Dump a PostgreSQL database to SQL or a custom archive.

  • pg_restore

    Restore a PostgreSQL archive whole, or one table at a time.

  • pg_isready

    Check whether a PostgreSQL server is accepting connections yet.

  • createdb

    Create a PostgreSQL database without opening a psql session.

  • dropdb

    Drop a PostgreSQL database without opening a psql session.

  • mysqldump

    Dump a MySQL or MariaDB database to SQL.

  • mysqladmin

    Check status, flush caches and manage a running MySQL or MariaDB server.

  • mariadb

    Open a MariaDB shell, the canonical name behind the mysql client.

  • mariadb-dump

    Dump a MariaDB database, the canonical name behind mysqldump.

  • usql

    One SQL client for Postgres, MySQL, SQLite, SQL Server, Oracle, ClickHouse and more.

Get started

A real command line, already set up

Every agent runs on a sandboxed machine with the whole toolbox preinstalled. No setup step, on any plan.