Filter: return both or one

Cannot select both '$scalars: true' and a specific scalar field 'tags'.
[ACCELERATE] Timed out fetching a new connection from the connection pool
``zsh
10:48:02 AM [vite] Internal server error:
Invalid
prisma.facility.count()` invocation:
...Why getting typescript error only selecting few fields?
is there still no option to manually invalidate the cache?
StringFieldUpdateOperationsInput on @id
model User {
hash String @id @default(dbgenerated("gen_random_uuid()")) @db.Uuid
model User {
hash String @id @default(dbgenerated("gen_random_uuid()")) @db.Uuid

multiSchema variable
Deploying to Railway
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

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