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
Shadow
Shadow4d ago
@arsh.bakh what do you have so far
arsh.bakh
arsh.bakh4d ago
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
Shadow
Shadow4d ago
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.
arsh.bakh
arsh.bakh3d ago
right i also have everything here setup and downloaded all dependencies could anyone help me with database connection string
Yetzederixx
Yetzederixx3d ago
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)
twentyone06
twentyone062d ago
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?
Yetzederixx
Yetzederixx2d ago
Start a new thread/question with what errors you are seeing and your redacted setup/initialization stuff @twentyone06
Want results from more Discord servers?
Add your server