Is anyone able to Upsert data to the database?
Query based on Time
How do I find records then select only 10 of them between (example) 40 and 50
Frequent constraint failed on id when using @id @default(autoincrement())
@id @default(autoincrement()) works?
We're using postgresql.
We find that if you delete a row and then insert that same row with the same id, we hit a prisma:error Unique constraint failed on the fields: (id)....Pulse error: Could not reach the specified datasource db url
postgresql://postgres:@localhost:5432/my_db?schema=public. At first I received an error that a password is required, so I stopped the server, added a pw of postgres to the database, changed connection string to postgresql://postgres:postgres@localhost:5432/my_db?schema=public, and then restarted the server. But still I continually get the "Could not reach specified db url" error. My NextJS app using the same connection string with Prisma ORM runs just fine, as does DBeaver for accessing the database. But for whatever reason, Pulse cannot connect. Any thoughts? Full error message below. I'm on PostgreSQL 16. I’m super eager to try Pulse, both locally and then ideally in an AWS/RDS production environment. Thanks.
Prisma Pulse could not reach the specified datasource db url. This could be caused by an incorrect datasource URL or database firewall rules, or certificate issues. This is probably not a problem with Prisma Pulse. The network error was: "server did not respond on the specified hostname and port. Proxy request failed."...
Connecting relations misunderstanding

Pull Operator not Existing?
Prisma.Decimal is not a Decimal

How to solve this GraphQL mutation error with Prisma ORM & NestJS

Does 'asc' sorting order sorts my createdAt timestamps from the oldest to the latest or viceversa?
createdAt timestamp, so if I specify the orderBy to be asc, then will it sort the records from the oldest to the latest or vice-versa?
Thanks in advance?...how to create the _prisma_migration table in a specific schema?
Multiple Prisma clients and connection pooling
Cannot perform I/O on behalf of a different request. I/O objects (such as streams, request/response
Prisma(postgres) stuck at `where: {assets: {none: {}}}`
assets.
My goal is to get entity where assetsCount = 0(without raw queries);
For example this query works lightning fast.
```...Data is not showing in table

Multiple datasources
Fixing slow query
Weird bug in dates
