export TEST_MYSQL="mysql://root:prisma@localhost:3306/prisma"
export TEST_MYSQL8="mysql://root:prisma@localhost:3307/prisma"
export TEST_MYSQL_MARIADB="mysql://root:prisma@localhost:3308/prisma"
export TEST_PSQL="postgres://postgres:prisma@localhost:5432/postgres"
export TEST_CRDB="postgresql://prisma@127.0.0.1:26259/postgres"
export TEST_MSSQL="jdbc:sqlserver://localhost:1433;database=master;user=SA;password=<YourStrong@Passw0rd>;trustServerCertificate=true"
if command -v nix-shell &> /dev/null
then
    use nix
fi
