Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
evisdrenova committed Jan 16, 2025
1 parent d31f0ee commit edf56ac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/docs/connections/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ Neosync is an open-source, developer-first product that allows you to create ano

Neosync supports most Mysql-compatible databases natively using the Mysql connection.

## Things to watch out for

1. Currently Neosync only supports syncing between two physical databases and does not support syncing between two logical databases. This is on the roadmap and will be supported soon.
2. When syncing across two databases, the databases must have the same name.

## MySQL Database Connection Configuration

### Connection URL
Expand Down
5 changes: 5 additions & 0 deletions docs/docs/connections/postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ Postgres is one of the most commonly used databases in the world and Neosync nat

The following guide will show you how to configure and test your Postgres Connection.

## Things to watch out for

1. Currently Neosync only supports syncing between two physical databases and does not support syncing between two logical databases. This is on the roadmap and will be supported soon.
2. When syncing across two databases, the databases must have the same name.

## Configuring Postgres

In order to connect to your Postgres database, first navigate to **Connections** and then click **+ New Connection**.
Expand Down

0 comments on commit edf56ac

Please sign in to comment.