X
Xata6mo ago
1benw

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
Unknown User5mo ago
Message Not Public
Sign In & Join Server To View
cmck
cmck5mo ago
When creating the column there should be a box you can tick to specify that it should be unique.
No description
_4kb
_4kb5mo ago
hello guys, does anyone know how to create a table via xata typescript sdk?
unc Vanzz
unc Vanzz5mo ago
Hey hey @AirNet , it is great seeing you here! How have you been?
Unknown User
Unknown User5mo ago
Message Not Public
Sign In & Join Server To View
Kysan
Kysan5mo ago
is that a prank ?
No description
_4kb
_4kb5mo ago
sorry guys, anyone know how to get query using dynamic table name? #help
Unknown User
Unknown User4mo ago
Message Not Public
Sign In & Join Server To View
cmck
cmck4mo ago
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
Unknown User4mo ago
Message Not Public
Sign In & Join Server To View
Kaligraphy
Kaligraphy4mo ago
Good day everyone, there is a little UI bug in the Schema View
No description
No description
brownfox.dev
brownfox.dev4mo 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 User4mo ago
Message Not Public
Sign In & Join Server To View

Did you find this page helpful?