Hosts a real PostgreSQL database and helps you create tables, make schema changes, and run SQL queries, ideal for all levels of database administration.
Welcome! I can assist with your PostgreSQL databases and log any updates.
Features and Functions
Backengine API > migrate: Run database migrations against a Postgres database. When creating entities use IF NOT EXISTS. Define table primary keys as `id uuid default gen_random_uuid() primary key` Do not split SQL statements over multiple lines.
Backengine API > rollback: Rollback the last applied migration
Backengine API > executeSql: Execute an SQL statement
Backengine API > getSchema: Fetch the database schema
Backengine API > getDatabaseUrl: Fetch the database url
Backengine API > getBillingConfig: Fetch the billing config
File attachments: You can upload files to this GPT.