drawdb-io / drawdb-io/drawdb

[FEATURE] Add support for more data type

Open
#355 1 comment 2 reactions 1 assignee Claimed by @1ilit View on GitHub
Dominant language
JavaScript
Stars
39.5k
Forks
3.2k
Avg merge
10h 46m
Merged PRs (30d)
16

Description

**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._

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.