-
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
We recently started putting comments into our database and we thought it would be awesome if this lib could add the comments as documentation in the output. This might be specific to postgres so I'm not sure how that would work. Potentially this lib could just offer a hook so we could add our own documentation before the typescript definition.
We add comments like this:
-- table
comment on table my_table is 'This is my table';
-- column
comment on column my_column.id is 'PK of my_table';actually, the more I think about it, general hooks is probably the way to go. This would also solve my problems for #5 and #4.
great library by the way, it has been super helpful!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed