Skip to content

Support for Creating Multiple Tables & Columns via Query Editor #46

@VengateshB12

Description

@VengateshB12

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:

  1. A Query Editor to execute SQL-like commands for bulk table and column creation.

  2. Support for Multiple Queries Execution, allowing users to define and create multiple tables at once.

This would significantly improve the development experience.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions