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

Add tables to enterprise tree #51

Open
mariuspopovici opened this issue Jul 21, 2023 · 1 comment
Open

Add tables to enterprise tree #51

mariuspopovici opened this issue Jul 21, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@mariuspopovici
Copy link
Owner

mariuspopovici commented Jul 21, 2023

Load dictionary and database tables in the enterprise tree.

  • implement table context menu with the following commands

    • send to editor (investigate if we can drag & drop items from the tree into the editor)
    • generate insert
    • generate update
    • generate delete
    • generate select
  • implement schema viewer

    • on click load table schema in a webview panel

Other ideas:
- generate .puml representation of the table
- implement an ERD generator

image

@mariuspopovici mariuspopovici added the enhancement New feature or request label Jul 21, 2023
@MrDoe
Copy link
Collaborator

MrDoe commented Sep 9, 2023

Functions still missing:

  • edit table definition after checkout (add, edit columns, indexes and foreign keys)
  • browse table contents

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
None yet
Development

No branches or pull requests

2 participants