Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Cloud Database Locally #645

Merged
merged 7 commits into from
Oct 12, 2024
Merged

Use Cloud Database Locally #645

merged 7 commits into from
Oct 12, 2024

Conversation

kraftp
Copy link
Member

@kraftp kraftp commented Oct 11, 2024

Add support for using a DBOS Cloud Postgres server for local development.

message: "Choose a database instance for this app:",
choices: userDBs.map((db) => ({
name: db.PostgresInstanceName,
value: db.PostgresInstanceName,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe the value prompt should also print if that's a linked database or not (supabase, etc)?

@kraftp kraftp merged commit 1584064 into main Oct 12, 2024
2 checks passed
@kraftp kraftp deleted the kraftp/local branch October 12, 2024 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants