How do i send data to more then one database

hi,

I'm using python to create api for my project i want to know if we can send data to multiple database using one api call.

Yes, in your API just program your connection to each database you want to insert data to.

Hi mike!
Thanks for your reply. To program my API to use each database can only be done with the new version of neo4j which can have multiple database active at one time right?...If yes can you link me to a resourceful place where i can do that.
I have tried establishing connection to multiple database from my python program using this
2. py2neo.database – Graph Databases — The Py2neo v5 Handbook method but I'm not successful. Is there any other way to establish connection to multiple database using python?