Xata DB Clone & Xata permissions
SQL Query working differently in playground vs SDK
``const subquery =
SELECT DISTINCT (o.id)...Cannot perform I/O on behalf of a different request in Cloudflare Workers
Storing objects of a specific class
Xata Starter Guide Next.JS trouble
Drizzle ORM schema conflict with xata_createdat and xata_updatedat
Error on Generated Column
Remix v2.8.1 (vite) on Vercel serverless function timeout when making xata db calls
Should I commit `.ledger` dir
.ledger
folder to git?Directly connect to Postgres instance
Drizzle integration not working anymore
0.29.5
of drizzle-orm broke the SDK as the class PreparedQuery
was renamed to PgPreparedQuery
and the xata implementation still uses the old name.Making file attachment column public by default
File attachments disappearing when editing a column form web-ui
Db server in India
What is the best way to connect to two databases to the same project?
xata init
to initialise the project with one database and I was thinking it could be best to set up another XataClient with the other database URL, however this will mean the types will be out. Any help would be great!Field Names that are all caps cause Typescript Error.
No overload matches this call.
The last overload gave the following error.
Argument of type 'string' is not assignable to parameter of type '(Partial<EditableData<UsersRecord>> & Identifiable)[]
No overload matches this call.
The last overload gave the following error.
Argument of type 'string' is not assignable to parameter of type '(Partial<EditableData<UsersRecord>> & Identifiable)[]
Query syntax in Typescript sdk