Replies: 1 comment
-
@5t33 your assumption is right. Postgres behaves a bit special here. It requires an |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm a bit confused. I'm attempting to create a database using
with ormConfig like so:
but getting
error: database "<my database>" does not exist
There isn't a database because I'm trying to create one. Am I missing some basic postgres knowledge? Like there needing to be ad admin db or something?
Beta Was this translation helpful? Give feedback.
All reactions