bazyar
PPrisma
•Created by bazyar on 6/24/2024 in #help-and-questions
Hi, I am using prisma with cockroachdb. CRDB clusters have many nodes.
I am using prisma with cockroachdb. CRDB clusters have many nodes.
I would like the prisma connection pool to open connections to different servers, to support failover in event of a CRDB node failure, and to distribute queries. Is this possible?
4 replies
PPrisma
•Created by bazyar on 6/19/2024 in #help-and-questions
length() of column
Hello and good morning. Is there a way to in a query ask for the length of a column to be returned? e.g. in SQL:
SELECT length(message) as lng from TABLE;
Can this be done except by raw query?
4 replies