X
Xata2mo ago
Kaligraphy

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
No description
No description
10 Replies
brownfox.dev
brownfox.dev2mo ago
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
Unknown User2mo ago
Message Not Public
Sign In & Join Server To View
brownfox.dev
brownfox.dev2mo ago
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
Unknown User2mo ago
Message Not Public
Sign In & Join Server To View
Kaligraphy
KaligraphyOP2mo ago
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
Oreki
Oreki4w ago
were options like start, end, after and before removed from pagination options?
Unknown User
Unknown User4w ago
Message Not Public
Sign In & Join Server To View
LogicSatinn
LogicSatinn4w ago
Unknown User
Unknown User2w ago
Message Not Public
Sign In & Join Server To View
qwame
qwame4d ago
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:
column text not null references "user" ("id")
column text not null references "user" ("id")
Want results from more Discord servers?
Add your server