t3-oss / create-t3-app

The best way to start a full-stack, typesafe Next.js app
https://create.t3.gg
MIT License
25.22k stars 1.15k forks source link

feat: CLI Option for Postgres #1865

Closed cade-th closed 5 months ago

cade-th commented 5 months ago

Is your feature request related to a problem? Please describe.

Not related to a problem

Describe the solution you'd like to see

add postgres to the --dbProvider [provider] flag

Describe alternate solutions

anything for a cli option for postgres

Additional information

pls

juliusmarminge commented 5 months ago

is it not?

EDIT: It's prepared for:: https://github.com/t3-oss/create-t3-app/blob/29348b6b4f11d7f19915be6639e3c5aaa27b8907/cli/src/cli/index.ts#L133-L139 but not actually parsed correctly xd https://github.com/t3-oss/create-t3-app/blob/29348b6b4f11d7f19915be6639e3c5aaa27b8907/cli/src/cli/index.ts#L192-L194

Should be an easy fix for anyone to come in and make a contribution for :)

cade-th commented 5 months ago

pls merge

xelacast commented 5 months ago

There are a few errors with the E2E GitHub actions. I'm looking into this