Skip to content

feat: default to pglite so postgres isn't required for generate#11

Open
V1ki wants to merge 1 commit into
seveibar:mainfrom
V1ki:fix/pglite-default
Open

feat: default to pglite so postgres isn't required for generate#11
V1ki wants to merge 1 commit into
seveibar:mainfrom
V1ki:fix/pglite-default

Conversation

@V1ki
Copy link
Copy Markdown

@V1ki V1ki commented Feb 22, 2026

Makes pglite the default for pgstrap generate, so running bun run db:generate no longer requires a PostgreSQL instance running in the background.

Users can opt out with --no-pglite if they prefer to use a real database.

Closes #2

@algora-pbc /claim #2

Make pglite the default for `db:generate` so PostgreSQL doesn't need
to be running. Users can still opt out with `--no-pglite`.

Closes seveibar#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.

Use pglite so that postgres isn't required when generating types

1 participant