Skip to content

sqldoc renders html page for sql documentation.

Notifications You must be signed in to change notification settings

dbwodlf3/sqldoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/