(New Feature) Introspect Table Comments #1368
Labels
api
Related to library's API
built-in dialect
Related to a built-in dialect
custom dialect
Related to a custom dialect
enhancement
New feature or request
What?
introspection.getTables already provides column comments but does not provide table comments.
Why?
Tools like kysely-codegen could use table comments to provide type-level comments for generated types, helping with consistent documentation across the stack.
I would be willing to implement this myself (already poked around the code) for databases that support table-level comments. However, I'd need some help as
build:cjs
is failing atop themaster
branch.The text was updated successfully, but these errors were encountered: