NoCodeBackend

Product details
educastroeducastro
educastroPLUS
Feb 3, 2026

Q: Multiple questions

Do you support native user authentication (JWT, OAuth) for end users, or is it only secret key-based API access? Is Row-Level Security (RLS) available? Can I ensure users only see their own data without frontend filtering? What role-based access control (RBAC) features do you offer? Despite saying "no storage limits," what would trigger usage restrictions or throttling in practice? Can I export my entire database as SQL dump or CSV at any time?
Do you support webhooks for database events (insert/update/delete triggers)?
Are there plans for serverless functions or custom backend logic beyond CRUD operations?
How does the new MCP (Model Context Protocol) integration work practically? What AI models can connect? What security controls exist for AI access?
What backup/recovery options exist? Do you offer point-in-time recovery?

Founder Team
Riya_NoCodeBackend

Riya_NoCodeBackend

Feb 4, 2026

A: Hi,

Thanks for your questions. Please find the answers below:

1. Do you support native user authentication (JWT, OAuth) for end users?
Yes. We provide built-in native authentication using secure session cookies to validate logged-in users.

2. Is Row-Level Security (RLS) available? Can users only see their own data without frontend filtering?
Yes. Row-Level Security is built in, ensuring users can only access their own data without requiring any frontend filtering.

3. What role-based access control (RBAC) features do you offer?
Currently, we do not offer RBAC features.

4. Despite saying "no storage limits," what would trigger usage restrictions or throttling in practice?
While we don’t enforce strict storage limits, storing large blobs or base64-encoded files can quickly consume space and impact performance. For this reason, such storage patterns are restricted to maintain system reliability.

5. Can I export my database?
Yes. You can export the entire database in .sql format at any time.

6. Do you support webhooks for database events (insert/update/delete triggers)?
Yes. We support webhooks for database events.

7. Are there plans for serverless functions or custom backend logic beyond CRUD operations?
Serverless functionality is planned for the future, but it is not currently under active development.

8. How does the new MCP (Model Context Protocol) integration work in practice? What AI models can connect? What security controls exist?
You can integrate our MCP server with AI-powered development tools like Cursor, Lovable, and similar platforms. These tools can automatically design and generate your database, APIs, and UI. The available AI models depend on the tools you choose. Standard authentication and access controls apply to ensure secure access.

9. What backup/recovery options exist? Do you offer point-in-time recovery?
We maintain rolling backups for the last 7 days. If your database is corrupted, we can restore it upon request with appropriate justification.

Hope this helps. Let me know if you need any further clarification.

Thanks,
Riya

Share
Helpful?
Log in to join the conversation