Skip to content

feat: default generate command to use pglite (no postgres required)#16

Open
LuSrodri wants to merge 1 commit into
seveibar:mainfrom
LuSrodri:feat/default-pglite
Open

feat: default generate command to use pglite (no postgres required)#16
LuSrodri wants to merge 1 commit into
seveibar:mainfrom
LuSrodri:feat/default-pglite

Conversation

@LuSrodri
Copy link
Copy Markdown

Changes the default value of --pglite from false to true in the generate command, so that pgstrap generate (and bun run db:generate) works out of the box without a running postgres instance.

Users who need to connect to an external postgres can opt out with pgstrap generate --no-pglite.

  • src/cli.ts: default: falsedefault: true for the --pglite option
  • README.md: update db:generate description to reflect new default

/claim #2

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.

1 participant