Skip to content

Commit

Permalink
update limitation paragraphs in pg docs (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
kostasb authored Jul 29, 2024
1 parent 6daf947 commit 238d115
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions 020-Connect/010-Postgres/001-direct-access.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,6 @@ Concurrent connections are limited by [plan](/docs/concepts/pricing#pricing-plan

Branch migrations are not supported yet. In databases that support direct Postgres access, you can create new branches but they cannot be merged together. This capability will become available later on.

### ORM native migrations are unsupported

Currently we recommend using `xata pull [branchname]`, `xata push [branchname]` or the UI's migration editor to manage your schema changes. ORM native migrations (such as those in Django, Prisma or the like) will possibly have issues during the beta. Our goals are to increase support as we move toward general availability.

## Column metadata

Xata uses SQL comments on columns to track some replication-related metadata about certain types of columns. These comments are only ever present on columns created using the Xata UI, and only on certain types of columns.
Expand Down

0 comments on commit 238d115

Please sign in to comment.