gebrkn / copytables

Chrome extension to select and copy table cells.
MIT License
124 stars 27 forks source link

Sync to multiple database #23

Open HisenZhang opened 2 years ago

HisenZhang commented 2 years ago

So far it seems we can sync multiple collections into one database:

Collection A,B,C -> Database A

A great addition to that would be to sync different collections into different databases:

Collection A -> Database A Collection A,B -> Database B Collection B -> Database C