Skip to content

Postgres document generator from tables name and columns to Mkdocs

License

Notifications You must be signed in to change notification settings

lephuhai/pg_mkdocs_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pg_mkdocs_generator

Postgres document generator from tables name and columns to Mkdocs

Chức năng

  1. Hỗ trợ tạo nhanh document dạng markdown cho cơ sở sữ liệu Postgres.
  2. Đọc cấu trúc dữ liệu bảng trên các Schema, cấu trúc các columns trên các bảng.

Hướng dẫn sử dụng

  • Yêu cầu:

  • Sử dụng:

    • Cài đặt node_modules
    • Cấu hình kết nối cơ sở dữ liệu tại file /config/database.js
    • Tại thư mục của project, chạy file thực thi bằng lệnh node app.js

Sau khi quá trình tạo document hoàn tất. Bạn có thể cd vào thư mục /site/ và chạy 1 web server đơn giản bằng python như sau:

   python -m SimpleHTTPServer 1331

Tiếp theo, truy cập vào địa chỉ: http://localhost:1331

asciicast

About

Postgres document generator from tables name and columns to Mkdocs

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published