Skip to content
On this page

Namespace Plugins

sqldoc uses namespace plugins to transform SQL tags into additional SQL statements. Each namespace handles a specific concern -- audit trails, row-level security, validation, documentation, and more.

Tags are written as SQL comments (-- @namespace.tag(args)) and compiled into dialect-correct SQL at build time.

Available Namespaces

🚀
Created a plugin?

If you've built a namespace plugin for sqldoc, we'd love to list it here. Open an issue and we can add it to this page.