Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dbwodlf3/sqldoc

sqldoc renders html page for sql documentation.
https://github.com/dbwodlf3/sqldoc

database-documentation db-doc doc-generator documentation erd mariadb mongodb mongoose sql

Last synced: about 1 month ago
JSON representation

sqldoc renders html page for sql documentation.

Awesome Lists containing this project

README

        

# sqlDoc

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

## Installation

```bash

```

## Usage

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

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

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