Flexible settings #676
RWOverdijk
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Thank you for sharing your thoughts. Indeed, we're considering letting users define & store custom metadata for DB objects with inline and the new Metadata concept. Something like this:
Inner thoughtsWhy are we introducing the new Metadata concept? Why don't we simply add custom metadata in column settings, as proposed above?
Feel free to share your thoughts about this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been wanting to use dbml as the foundation for my project, but it's currently held back due to the lack of options to add custom information.
In my case I need, for example, policies and RLS markers. I was thinking of using the table settings for this but this is being validated in a switch statement that only allows headercolor (which shouldn't be in dbml imo, and should instead be part of a "plugin" of sorts that enables the feature for the studio) and notes.
If the settings (or some other mechanism like decorators, custom handles or metadata) allow users to define, validate and implement their own, you open up dbml to many more use cases.
For now I'll try to add settings in my fork, but I think it would be nice as a core thing.
Not the best example, but it does more or less illustrate what I'd like to be able to do.
Beta Was this translation helpful? Give feedback.
All reactions