-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Issue
I recently built an expense management app using Bolt.new and Supabase for the backend. As a non-developer, I found it very easy to create multiple tables (around 5) with multiple columns in each table using Supabase's Query Editor. With a single click, I could execute multiple queries and create all tables and columns at once.
However, when trying to build an app using Zoho Catalyst, I faced a major limitation. The current Data Store UI requires me to manually create each table and then manually add columns one by one. This process is time-consuming, even for a small-scale app with just 5 tables.
For a larger application with 20+ tables, this manual approach would take several hours—which is inefficient compared to other platforms that support bulk creation via SQL queries.
Feature Request
It would be extremely helpful if Zoho Catalyst Data Store provided:
-
A Query Editor to execute SQL-like commands for bulk table and column creation.
-
Support for Multiple Queries Execution, allowing users to define and create multiple tables at once.
This would significantly improve the development experience.