Xata

X

Xata

Join the community to ask questions about Xata and get answers from other members.

Join

help

general

Hi,

Hi, I am working on a project on behalf of someone who is not a developer. I may have started the development with my personal account and so the db is linked to account. How easy is it to migrate the db from my account to their account. Should I stop and refactor now or is there any easy way to switch to their account during deployment and for production ?...

Hi, Does Xata have any support for

Hi, Does Xata have any support for LISTEN or NOTIFY

How Xata works

Have any way to access the PostgreSQL database directly? I plan to run tests with JetBrains Aqua... https://xata.io/docs/concepts/how-it-works...

Drizzle with Xata

In view of the following warning: "The integration of Drizzle with Xata is in active development and is considered experimental." Does @xata.io/drizzle have any limitations other than Drizzle Migrations and Transactions? https://xata.io/docs/integrations/drizzle...

Hey alexf, thank you!, currently I am

Hey alexf, thank you!, currently I am using xata in a side project just waiting for features that are on roadmap like pg_dump and pg_restore so I can import my data, great product tho :xatafly:

Actually Cockroach doesn't support this

Actually Cockroach doesn't support this feature, which tbh makes support here potentially simpler. You could just treat malformed postgres versions as <15 and should be good to go. I can throw together a PR if it's helpful...

Hey guys, quick question, is the vector

Hey guys, quick question, is the vector column same as a "Vector" database or is it completly different?

Hey minester16 recursion in the TS SDK

Hey @minester16 , recursion in the TS SDK is indeed limited to two levels (so it will go up to currentTable.two.three). We created an issue in the client-ts repo https://github.com/xataio/client-ts/issues/1221 for the SDK dev team to include in their work planning as I believe there is some performance optimization that we may need to look into before enabling deeper recursion. You can follow that issue for updates!

the limits e g 15GB in the free tier are

the limits (e.g. 15GB in the free tier) are per workspace, and shared between the databases and branches in that workspace. That's something we should clarify as well, thanks. We might, in the future, limit in how many free workspaces you can be part of, but currently we don't.

The CLI command ` xata schema dump f

The CLI command xata schema dump -f schema.json writes the schema of the current branch to a file.

Serialize

Hi How can I get rid of this warning?...
No description

Hi

Hi Is there a way to check when a new entry is added to a table, like polling or something more efficient and less expensive?...

What is the best way to handle this kind

What is the best way to handle this kind of scenario, I want some fields to be unique and never be null
No description