You need to be more specific, what data is shared? What data isn’t shared? Why are you convinced you
You need to be more specific, what data is shared? What data isn’t shared? Why are you convinced you will hit the limit?
drizzle-orm?
INSERT INTO users (sid) VALUES (?)).bind(sid),
UPDATE users
SET number_of_books = number_of_books + 1
WHERE sid = ?
AND changes() = 1
).bind(sid)Failed query: select "id", "user_id", "team_id", "role", "created_at", "updated_at" from "teams_users" where ("teams_users"."team_id" = ? and "teams_users"."user_id" = ?)
params: tm_123,us_123xINSERT INTO users (sid) VALUES (?)
UPDATE users
SET number_of_books = number_of_books + 1
WHERE sid = ?
AND changes() = 1