pg-api 0.1.0

A high-performance PostgreSQL REST API driver with rate limiting, connection pooling, and observability
[
  {
    "id": "acc_superuser_default",
    "name": "postgres-superuser",
    "api_key": "generate-a-secure-api-key-here",
    "instance_id": "default",
    "databases": [
      {
        "database": "postgres",
        "username": "postgres",
        "password": "your-postgres-password",
        "permissions": ["All"]
      }
    ],
    "role": "superuser",
    "created_at": "2025-01-30T00:00:00Z",
    "last_used": "2025-01-30T00:00:00Z",
    "rate_limit": 0,
    "max_connections": 100,
    "notes": "Superuser account with full access to all databases. The pg-api will introspect your PostgreSQL instance and help you configure additional users and databases during setup."
  }
]