Good day everyone, there is a little UI bug in the Schema View
Good day everyone, there is a little UI bug in the Schema View
10 Replies
Hey, I got xata working with kysely on cloudflare workers, but I've got few questions. On cloudflare you're supposed to create new instance (db connection) every time function is evoked. Kysely docs state that you should destroy such instance, but your docs/example with cloudflare doesn't mention it. Does the client keep the connection open and should I destroy it? I guess the destroy function of kysely instance would free memory as well, but I think it's not relevant in case of cloudflare as the context is destroyed anyway after the function is finished.
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Hey guys, I tried to run kysely migrations via xata dialect, but I get this error
Migration failed with Error: Transactions are not supported yet.
. Does it mean that I have to connect directly? We need inheritance so we have to run raw query. Tried to connect directly, run sql script and everything works fine, we just want to run these queries from code. My guess is that we have to connect directly here as well.Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Hi, I am having issues restoring data from an
sql
using psql
on a postgres enabled database the error i am getting is ERROR: role "postgres" does not exist
were options like
start
, end
, after
and before
removed from pagination options?Unknown User•4w ago
Message Not Public
Sign In & Join Server To View
Unknown User•2w ago
Message Not Public
Sign In & Join Server To View
From the ui, I can create a new column that's a link to another table. However, this new field pulls all the fields from the linked table. How do I disable that? Basically all I want is this behavior in sql: