totalCount from relational query
undefined
values)
I thought maybe I could utilize CTEs here but then how would I get the benefit of relational queries?...Cannot read properties of undefined (reading \'columns\')
Findfirst and Findmany config

Trouble running JEST testing in Hono for Cloudfare Workers
Help migrating a nested Prisma update
Which typescript type should I use for select?
push:sqlite creating weird tables
__old_push_categories
are created and are automatically refrenced from the other tables. Now when I do a normal insert, I get this error no such table: main.__old_push_categories
Using a placeholder with an inArray
.where(inArray(users.id), ['abc', 'def']))
.where(inArray(users.id), ['abc', 'def']))
DB insertion - Date field (mode: string) is using default value instead of passed value

Best practice on connections for PostgreSQL
remaining connection slots are reserved for non-replication superuser connections
...Minimum value for Postgres bigserial
id: bigserial('id', { mode: 'number', ...}).primaryKey()
...Prepend raw fields with table/subquery name in rendered SQL
"field_name"
instead of "alias"."field_name"
.
This actually causes issues when you have overlapping field names in sql in your joins.
Example:...Is there a faster way todo this?
Using one function to query many tables of same structure
How can I use a schema to generate something like this:
pgTable - raw sql
HELP: Key columns "resource_id" and "id" are of incompatible types: text and integer.
Docs unclear on connection pool vs. direct connection
Serializable isolation level - for update selects