How can we export specific table from the database?
It is currently possible to export whole database, but I haven't found a way to export just a specific table.
Thank you.
Founder Team
Riya_NoCodeBackend
Oct 17, 2025
A: Hi, Can you please explain the rationale behind exporting a table? A table without a proper schema is of no use. That's why we export the whole database to maintain the integrity of tables and columns. Eg, what if you exported table A but it depends on table B. And then maybe table B depends on table D via some foreign key constraints. Hope you getting the point 🙂
Does the generated endpoints offer bulk update, ie. insert 1,000 products in one call?
If so, what is the maximum body size?
Thank you.
Founder Team
Riya_NoCodeBackend
Oct 13, 2025
A: Hi, It doesn't support bulk operations. Its essentially an API and you can use with tools like zapier or pabbly connect or similar to automate this. Eg, I can simply create an automation inside Zapier that reads my excel file and make the API call to create a new record for each new row inside my excel file.
Hey, a small correction to my previous response: No limits on number of records or rows. Its just that loading of data may slow down after a million rows. But there is no cap set.
Q: Is it possible to connect directly to the database instead of using an API?
Hi, is it possible to connect directly to the database instead of using an API? If that's not currently possible, are there any plans or eta for this?
Thanks!
Founder Team
Riya_NoCodeBackend
Oct 12, 2025
A: Hi, Its not possible. Our core usecase is to generate APIs and connect via them. All the databases are hosted on our cloud server, and are managed by our team. Thanks
Verified purchaser
Q: How can we export specific table
Hi Riya,
How can we export specific table from the database?
It is currently possible to export whole database, but I haven't found a way to export just a specific table.
Thank you.
Riya_NoCodeBackend
Oct 17, 2025A: Hi,
Can you please explain the rationale behind exporting a table? A table without a proper schema is of no use. That's why we export the whole database to maintain the integrity of tables and columns.
Eg, what if you exported table A but it depends on table B. And then maybe table B depends on table D via some foreign key constraints.
Hope you getting the point 🙂
Share NoCodeBackend
Verified purchaser
Q: When do you plan exit?
Hi Riya,
When do you plan to exit .. 3-5 years after the lock-in period or sooner?
Thank you.
Riya_NoCodeBackend
Oct 14, 2025A: Hi,
Not sure on that.
Thanks
Riya
Share NoCodeBackend
Verified purchaser
Q: Bulk Update
Hi Riya,
Does the generated endpoints offer bulk update, ie. insert 1,000 products in one call?
If so, what is the maximum body size?
Thank you.
Riya_NoCodeBackend
Oct 13, 2025A: Hi,
It doesn't support bulk operations. Its essentially an API and you can use with tools like zapier or pabbly connect or similar to automate this.
Eg, I can simply create an automation inside Zapier that reads my excel file and make the API call to create a new record for each new row inside my excel file.
Share NoCodeBackend
Verified purchaser
Q: How many rows?
Hi Riya,
What is the records (rows) limit per the current campaign (2025)?
Thank you.
Riya_NoCodeBackend
Oct 13, 2025A: Hi,
It can store 1 million records per database.
Thanks
Share NoCodeBackend
@Riya Was the Row Amount unlimited in the 2024 deal or not?
Hey, a small correction to my previous response:
No limits on number of records or rows. Its just that loading of data may slow down after a million rows. But there is no cap set.
@Riya Okay, thanks. Sounds good! When do you plan to exit .. 3-5 years after the lock-in period?
Verified purchaser
Q: Is it possible to connect directly to the database instead of using an API?
Hi, is it possible to connect directly to the database instead of using an API? If that's not currently possible, are there any plans or eta for this?
Thanks!
Riya_NoCodeBackend
Oct 12, 2025A: Hi,
Its not possible. Our core usecase is to generate APIs and connect via them. All the databases are hosted on our cloud server, and are managed by our team.
Thanks
Share NoCodeBackend