Can I access a database, which was created with prisma, with a normal sql driver?
Created: Err(Database(PgDatabaseError { severity: Error, code: "42601", message: "syntax error at or near \"#\"", detail: None, hint: None, position: Some(Original(55)), where: None, schema: None, table: None, column: None, data_type: None, constraint: None, file: Some("scan.l"), line: Some(1244), routine: Some("scanner_yyerror") }))
Created: Err(Database(PgDatabaseError { severity: Error, code: "42601", message: "syntax error at or near \"#\"", detail: None, hint: None, position: Some(Original(55)), where: None, schema: None, table: None, column: None, data_type: None, constraint: None, file: Some("scan.l"), line: Some(1244), routine: Some("scanner_yyerror") }))
Manually rollback in transaction
hello guys , i have a quetion about sorting in relational field in prisma , i have the below models:
Postgresql 17
Fix a query
Using Prisma nicely with SvelteKit (With Pulse)
*.server.* pages. Absolutely no issue. But the issue I'm having is how to correctly set up the streaming. A Google tells me you can set up Websockets etc so it seems like it should be doable. But I am getting stumped at how to integrate Pulse correctly.
Wondering if anyone else has smart ideas?...multi language setup in prisma
Issue with prisma

Working Build to Non-working Build, OpenSSL & Platform Issues, Docker, Linux, Mac
Error at adding Prisma 6.0.1 to NextJs 15: can-connect-to-database
Previously Working Dockerfile No Longer Works
Retrieve accurate data
Retrieve user information
fullText contradicting errors
PrismaClientKnownRequestError:
Invalid `prisma.user.findMany()` invocation:
Cannot find a fulltext index to use for the native search, try adding a @@fulltext([Fields...]) to your schema
PrismaClientKnownRequestError:
Invalid `prisma.user.findMany()` invocation:
Cannot find a fulltext index to use for the native search, try adding a @@fulltext([Fields...]) to your schema
TypedSQL failing during build step
v6 Migration Doesn't Work
npx prisma migrate dev --name upgrade-to-v6...Why can't we connect directly to postgres ?
If I want to conenct to Prisma Postgres from the app which is developed by .NET, how can I do it.
CreateMany not allowing me to create nested M:N entities
AWS Connection