Can anyone share me the docs for
Can anyone share me the docs for exporting the data from the database.
2 Replies
hi, you can export with pg_dump like this: https://xata.io/docs/postgres#export
Or you can use the CSV export in the UI, depending on what you need.
Connect to Postgres
Learn how to connect to Postgres directly via the wire protocol
Thanks 🙂