Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dbwodlf3/sqldoc
- Owner: dbwodlf3
- Created: 2021-09-23T08:30:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-14T12:26:55.000Z (about 1 year ago)
- Last Synced: 2024-11-09T20:44:20.518Z (3 months ago)
- Topics: database-documentation, db-doc, doc-generator, documentation, erd, mariadb, mongodb, mongoose, sql
- Language: TypeScript
- Homepage:
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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:watchsqldoc -i mytable.sql myprocedure.sql -o doc/
```