Is there any particular reason why ap-southeast-2 is the only region that can't be postgres enabled
Is there any particular reason why ap-southeast-2 is the only region that can't be postgres enabled yet? I have a AU client who I'm using non postgres for and would like to migrate to postgres enabled but don't really want to use a different region
13 Replies
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
When creating the column there should be a box you can tick to specify that it should be unique.
hello guys, does anyone know how to create a table via xata typescript sdk?
Hey hey @AirNet , it is great seeing you here! How have you been?
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
is that a prank ?
sorry guys, anyone know how to get query using dynamic table name? #help
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
Can you navigate to your database settings and disable the "Native SQL Table" setting? This should allow you to add file type columns.
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
Good day everyone, there is a little UI bug in the Schema View
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