Skip to content
@PG-Circuit

PG Circuit

Circuit breaker for production PostgreSQL. Native runtime protection that ALLOW, WARN, or BLOCKs dangerous SQL. Open source · Apache 2.0

PG Circuit — PostgreSQL circuit breaker and runtime protection

PG Circuit
Runtime protection for PostgreSQL · A circuit breaker that runs inside Postgres

Website · Docs · Pricing · Open source (Community)


What we build

PG Circuit is a PostgreSQL circuit breaker and runtime protection extension. It scores risky SQL against live locks, replication lag, and database pressure, then ALLOW, WARN, or BLOCK — so production stays safe from:

  • DELETE / UPDATE without WHERE
  • TRUNCATE / DROP
  • Destructive DDL under pressure

Unlike migration linters or proxies, PG Circuit runs inside PostgreSQL and sees live database state.

Product Availability
Community Public on GitHub · Apache 2.0 · free forever
Pro Commercial · sales · not a public GitHub repo
Cloud Commercial · sales · not a public GitHub repo
Enterprise Contracted support

Only Community (pg-circuit) is open source. Pro and Cloud ship via pgcircuit.com — their source stays private.


Open source on GitHub

pg-circuit pg-circuit — Community
Circuit breaker for production PostgreSQL. Native extension · deterministic risk · observe / warn / enforce.
postgresql · circuit-breaker · database-security · sql-guardrails
DELETE FROM users;
-- ERROR: PG Circuit blocked high-risk operation (Risk: 95/100)

Learn more

Keywords: PostgreSQL extension · Postgres circuit breaker · SQL guardrails · query firewall · runtime protection · destructive query protection · database safety · SRE · DBA tooling

Popular repositories Loading

  1. pg-circuit pg-circuit Public

    Circuit breaker for production PostgreSQL. Native extension that can ALLOW, WARN, or BLOCK dangerous SQL based on live database state. Apache 2.0.

    C 12 1

  2. .github .github Public

    Organization profile for PG Circuit (pgcircuit.com)

Repositories

Showing 2 of 2 repositories
  • pg-circuit Public

    Circuit breaker for production PostgreSQL. Native extension that can ALLOW, WARN, or BLOCK dangerous SQL based on live database state. Apache 2.0.

    PG-Circuit/pg-circuit's past year of commit activity
    C 12 Apache-2.0 1 0 0 Updated Sep 12, 2026
  • .github Public

    Organization profile for PG Circuit (pgcircuit.com)

    PG-Circuit/.github's past year of commit activity
    0 0 0 0 Updated Sep 12, 2026

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…