Q: Distributed Databases
Can I use this software to connect multiple databases on different networks?
Riya_NoCodeBackend
Dec 2, 2025A: Hi,
When you create a database you also get the APIs for the same. So, let's say you have 2 databases created. Now you should be able to call another database by calling it's APIs.
Verified purchaser
So if company A creates a database it can talk to company B’s database?
What do you mean by talking to company B database?
Verified purchaser
It’s ok. I think I can use this software for my startup. One last question, Is it possible to have 1 public facing api that retrieves data from multiple databases?
The API is associated with that specific database only. Each database has their own set of APIs. These APIs are nothing but the tables inside them. So, you use APIs to manipulate data inside these tables of A DATABASE.
Verified purchaser
I am building multiple databases but we really need 1 API for the public to connect to. GROK said we need a unified API, aggregated API, or API gateway. Can I set this up on nocodebackend?