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

[FEATURE] Add support for more data type #355

Open
dasrocky opened this issue Mar 6, 2025 · 0 comments
Open

[FEATURE] Add support for more data type #355

dasrocky opened this issue Mar 6, 2025 · 0 comments

Comments

@dasrocky
Copy link

dasrocky commented Mar 6, 2025

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

  • Enums: In PostgreSQL, enumerated types are available as a data type. I use enums in my data model design, and I would love to have this feature added, as it simplifies development.
  • Custom Data Types: PostgreSQL plugins enable access to additional data types. Instead of adding each possible data type in DrawDB, I suggest implementing support for custom data types. This would allow platform users to utilize extra data types provided by plugins, such as ULID and enums.

References:
https://www.postgresql.org/docs/current/datatype-enum.html

Describe the solution you'd like
A clear and concise description of what you want to happen.
There are two possible solutions:

  1. Users can request the addition of individual data types through a feature request, which can then be integrated into the DrawDB platform.
  2. Alternatively, DrawDB users could add custom data types directly in the "Data Type" section of the column user interface (UI).

Additional context
Add any other context or screenshots about the feature request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant