Replies: 1 comment 1 reply
-
Sequel doesn't query for the comments. Looks like it may be possible using There is an external Sequel extension for PostgreSQL comments: https://github.com/mpalmer/sequel-pg-comment . You may consider building one for MySQL comments. |
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
-
Hello!
I have comments in my MySQL DB, and I can find them this way:
I would like to get these comments in a more high-level way, eg.:
I tried to
binding.irb
withindef schema_parse_table(table_name, opts)
(link) to investigate but I could not manage to find the comment (eg. inspectingrow
)Am I missing something that already exists, and if it doesn't, do you have any hint about how to do that? If yes, would a PR be appreciated? I'd gladly contribute.
Thank you very much 🙏
Beta Was this translation helpful? Give feedback.
All reactions