How can i have my MariaDB database at booth working PCs without exporting and importing the whole database every time i switch the devices? - eviltoast

The database changes from time to time in my project (still early) or i add more test datasets and when i want to switch from my laptop to my desktop i need to “duplicate” the database completely manually.
Is there some way to automatize the export/inport stuff or is it better to have it only on one PC and use the other more for convenience when i code?

I use XAMPP (MariaDB) on booth PCs (Win10).