Sync database schema (and data)

Got something cool to share with AppGini users? Feel free to post it here!
Post Reply
User avatar
onoehring
AppGini Super Hero
AppGini Super Hero
Posts: 1161
Joined: 2019-05-21 22:42
Location: Germany
Contact:

Sync database schema (and data)

Post by onoehring » 2021-01-14 12:39

Hi,

reading the thread of my question concerning the use of transactions, I thought this might be useful for others:

To sync databases (schemas), please check out
free: MySQL Workbench, https://www.mysql.com/products/workbench/
DBeaver: https://dbeaver.io (free community edition which can synd data only) and it's greater brother the enterprise edition which can sync databases as well: https://dbeaver.com
and (free ... but 'complicated'): https://github.com/mmatuson/SchemaSync

I had problems with Mysql workbench and highly recommend DBeaver. Even the community edition is really good. And: If you have a university email address, you may even get a free one year academic license for the enterprise edition.

Olaf

Post Reply