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:- Ask in chat: “save waitlist emails to a database”
- Or use the
/databaseCommand in the workspace
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