Skip to content

Thor script that generates github wiki page for database tables

Notifications You must be signed in to change notification settings

ooleem/db_tables_wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

  • Generate github wiki page for database tables
  • Support PostgreSQL and Redshift

How to use

  • Copy env.sample to .env and change DATABASE_URL
  • Run like this
thor db:tables > tmp/result.md

Multiple databases

  • Copy env.sample to .env.dbname and change DATABASE_URL
  • Run like this
RAKE_ENV=dbname thor db:tables dbname > tmp/dbname.md

About

Thor script that generates github wiki page for database tables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages