Skip to content

Bilodev/DBtoMD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This simple python tool helps to create an agent friendly markdown file from relational local database

Installation

pip install git+https://github.com/Bilodev/dbtomd.git

Usage

export DB_USR="username"
export DB_PSW="password"
dbtomd db_type db_name output_file 

This tool supports:

  • db_type="mysql"
  • db_type="sqlite" (note that here database username and password are negligible, anyway they must be set.)

Output

In the output file, for each table, there will be a "summary" like this:

alt text

About

tool to make Databases easily readable by agents

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages