#Query 15+ databases safely from one CLI — OneQuery (open source, Rust)

1 messages · Page 1 of 1 (latest)

glad tulip
#

Hey all — sharing an open-source project I've been working on.

If you work with data spread across multiple sources (Postgres, BigQuery,
Mixpanel, PostHog, etc.), you've probably dealt with the usual headaches:
different clients for each one, credentials in random places, and no
easy way to know who ran what query when.

OneQuery is a single CLI and web UI that connects to all of them.

What it does:

  • Connect 15+ sources — Postgres, Supabase, MySQL, MongoDB, BigQuery,
    AWS Athena, Google Analytics, Amplitude, Mixpanel, PostHog, Sentry,
    GitHub, Linear, and more
  • Read-only query validation — every query is checked before execution,
    single-statement only, so nothing destructive gets through
  • Query cost limits — set budget caps for BigQuery/Athena so a bad
    SELECT * doesn't cost you $200
  • Full audit log — every query tracked with who, what, when
  • Credential vault
#

Query 15+ databases from one CLI — OneQuery (open source, Rust)