Database
Mythex can attach an isolated Postgres database to a project.Availability
Database attach is available on Free and Pro. Pro has higher overall platform limits; Free is fine for learning and small apps.What you get
- A dedicated Postgres for that project
- Connection details injected into the sandbox and deploys (for example
DATABASE_URL) - Agent-aware setup — ask the agent to create schema, migrations, or queries
How to attach
- Open the project workspace
- Open project settings
- Attach / provision database (wording may be “Database” or similar)
- Ask the agent to use the database for your feature
Tips
- Be explicit: “create a users table and an API route to list them”
- Keep secrets out of chat when possible — prefer env injection
- For published apps, confirm the deploy received database env vars after attach