Skip to content

Conversation

@kyleconroy
Copy link
Collaborator

@kyleconroykyleconroy commented Oct 20, 2023

Add a new createdb subcommand to sqlc. This creates an ephemeral database and prints the database URL for that database.

@kyleconroykyleconroy marked this pull request as ready for review October 20, 2023 19:49
},
}

funcCreateDB(ctx context.Context, dir, filename, namestring, o*Options) error{
Copy link
Collaborator

Choose a reason for hiding this comment

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

name -> qs

@kyleconroykyleconroy merged commit 01947a6 into mainOct 20, 2023
@kyleconroykyleconroy deleted the kyle/cli-createdb branch October 20, 2023 20:59
alfonsodev pushed a commit to ExponentiaTeam/sqlc that referenced this pull request Oct 13, 2025
* feat(createdb): Create ephemeral databases and return a database URI
Sign up for freeto 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.

3 participants

@kyleconroy@andrewmbenton