Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Database Table Creation and Modification Module from UI #5964

Open
sfmskywalker opened this issue Sep 13, 2024 · 0 comments
Open

[FEAT] Database Table Creation and Modification Module from UI #5964

sfmskywalker opened this issue Sep 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@sfmskywalker
Copy link
Member

Implement a module that allows users to create and modify database tables directly from the user interface. The module should provide functionality to define table schemas, including columns, data types, and constraints. Once a table is defined, the changes should be applied to a pre-configured database.

Key Features:

  • UI for defining new tables (table name, columns, data types, constraints).
  • UI for modifying existing tables (add/drop columns, modify column properties).
  • Validation to ensure proper schema definition.
  • Apply changes to the configured database automatically.
  • Support for common databases (SQL Server, PostgreSQL, MySQL, etc.).

Goals:

  • Simplify database management for users without requiring direct SQL.
  • Enable quick updates to database structure directly from the UI.

Notes:

  • Ensure schema changes are transactional to prevent partial updates.
  • Consider versioning to allow rollback of schema changes.
@sfmskywalker sfmskywalker added the enhancement New feature or request label Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant