Q: 1 API for each Dataset?
I'm relatively new to using APIs. Do I understand correctly that an API has to be created for each individual record? Or for each table or just each database. If I want to use multiple databases with more than 5000 records each, it would be extremely time-consuming to generate an API for each individual record. Thank you for your answer, but sorry, I'm just learning this.
Safir1961PLUSNov 10, 2024
Founder Team

Riya_NoCodeBackend
Nov 11, 2024A: Hi martin.thiele,
The API is created per database, not per record. So you will generate just one API for 1 database and it will contain connections to all your database tables and columns.
Regards
Riya
Share
Helpful?
Log in to join the conversation