Skip to main content

Database

Mythex can give a project an isolated database so your app can save real data.

Availability

Database attach is available on Free and Pro. Free can use Neon in Preview and on LIVE apps; published DB usage spends from the shared credit balance. Abandoned Free Preview infra may be cleaned up after long inactivity if the project is not LIVE.

What you get

  • A dedicated database for that project
  • Connection details injected into the workspace and published apps
  • Ask Mythex to create tables, save form submissions, or load data for you

How to enable

You usually do not click a separate “attach” button. Either:
  1. Ask in chat: “save waitlist emails to a database”
  2. Or use the /database Command in the workspace
Project settings shows whether a database is already active. Mythex adds it when the app needs it.

Tips

  • Be explicit: “create a waitlist table and save emails from the form”
  • Keep secrets out of chat when possible — prefer project secrets / /secrets
  • After enabling, republish if you already published and need the live app to use the database