Skip to Content
Getting started

Getting started

1. Install

Datomiq hasn’t shipped its first public build yet — free builds for macOS, Windows and Linux will land on the home page at release. The client is free, and no account is required to open a local database. Everything below describes how it works once installed.

2. Connect

Create a connection for PostgreSQL, MySQL or SQLite. Credentials stay on your machine. SSH tunnels are supported out of the box.

# SQLite needs nothing but a path — or create one on the fly ~/projects/app/dev.sqlite

3. Bring your AI

Sign in with Claude or Codex to enable the agent. It reads your schema in context and drafts queries you can run or edit.

Reads run automatically

The agent explores schema and data on the same least-privilege, read-only path the grid uses.

Writes wait for you

Every INSERT, UPDATE, DELETE or DDL stops at an approval card. Nothing runs until you say so.

Next