Provision and manage PostgreSQL databases, run SQL, and track schema migrations.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "lobsterdb" yet — see the docs or source repo.
Create a PostgreSQL test database for my new project and return the connection details and initial setup status.
Returns the created database details, connection method, and confirmation of successful initialization.
Run this SQL in the current PostgreSQL database: SELECT date_trunc('day', created_at) AS day, COUNT(*) AS users FROM users GROUP BY 1 ORDER BY 1 DESC LIMIT 7;Returns a result table showing user counts for the last 7 days.
Add a last_login_at column to the users table, generate and apply a tracked database migration, and explain the change.
Returns the migration script or execution result and confirms the schema update.
Safely query, modify, and manage PostgreSQL databases with transaction and schema tools.
Explore PostgreSQL schemas and run safe read-only queries for analysis.
Let AI query, inspect, and modify a local PostgreSQL database with SQL.
Query PostgreSQL databases in natural language with intelligent SQL generation.
Query PostgreSQL databases safely in natural language with read-only access.
Lets AI securely query, modify, and inspect PostgreSQL databases.