Beginner Help
Hey guys, this is my first time working with backend and databases and im have a bunch of trouble, so I am using Prisma obiovusly and postgresSQL, with that being said im stuck on the step where i add my database connection string, i looked into older prisma videos but the User experience has changed since those videos so it doesnt have the same setup, if someone can help me setup the database id appreciate it.
7 Replies
@arsh.bakh what do you have so far
as of right now literally just downloaded postgres and have a project made in prisma
while creating a workspace the first thing it asks after the pulse or acceleration is setting up my database connection string
Start from scratch with Prisma ORM using TypeScript and PostgreSQL ...
Learn how to create a new TypeScript project from scratch by connecting Prisma ORM to your PostgreSQL database and generating a Prisma Client for database access.
right i also have everything here setup and downloaded all dependencies
could anyone help me with database connection string
DATABASE_URL="postgresql://PG_USER:PG_PASSWORD@PG_HOST:PG_PORT/DB_NAME?schema=public"
(unless you did something on creating the db the public schema will be used, if you changed it, well change public)I am unable to connect to my postgresql database which is hosted on amazon RDS. I am able to connect to this database from PG Admin but not via prisma pulse. Can someone help me with this?
Start a new thread/question with what errors you are seeing and your redacted setup/initialization stuff @twentyone06