/sqldoc

sqldoc renders html page for sql documentation.

Primary LanguageTypeScript

sqlDoc

sqlDoc creates a documentation from sql descriptions in your sql code.

Installation

Usage

generate the documentation from mytable.sql, myprocedure.sql into doc/.

npm run start:server:watch
npm run build:client:watch

sqldoc -i mytable.sql myprocedure.sql -o doc/