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
4 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•2w 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•5d ago
Message Not Public
Sign In & Join Server To View