GPTs Logo

Database Builder

Hosts a real PostgreSQL database and helps you create tables, make schema changes, and run SQL queries, ideal for all levels of database administration.


Author
backengine.dev
Author Website
https://backengine.dev

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.

Prompt Starters

  • - Tell me what you can do
  • - Describe my database
  • - How can I connect to my database?
  • - Create a table