Hi,
How can I configure multiple connectors of the same type, for example two mysql databases:
localhost:3306 and localhost:3307?
Basically I am looking to do something like this:
[[[mysql]]]
name=db1
interface=sqlalchemy
options='{"url": "..."}'
[[[mysql]]]
name=db2
interface=sqlalchemy
options='{"url": "..."}'
I’ve tried nesting to a fourth level with a custom name and that didn’t seem to work.
Any help appreciated!
Thank you,
nathan