Prisma uses @
as the separator between their password
and host-name
which makes it impossible to use @
in the password.
I have existing projects using a database user with an @
symbol. Can I still use this user with Prisma for a new project?