Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wayofthepie/sqlsense


https://github.com/wayofthepie/sqlsense

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# sqlsense
Making sense of sql.

# Graph Foreign Key Relationships
`sqlsense` can output a `dot` file, graphing SQL foreign key relationships.

```
$ sqlsense path/to/sql.sql example.dot
```

You can convert this to a PNG with `dot`.

```
$ dot -Tpng -o example.png example.dot
```