Jonathan
DTDrizzle Team
•Created by Jonathan on 12/31/2024 in #help
Error: Role "root" does not exist
Hi, I am trying to set up a project with Drizzle Studio but when I try to start the db with Podman (podman compose up --detach && drizzle-kit push) an Error occurs: PostgresError: role "root" does not exist.
.env: DATABASE_URL="postgres://root:mysecretpassword@localhost:5432/local"
3 replies