simonw / sqlite-utils

Python CLI utility and library for manipulating SQLite databases
https://sqlite-utils.datasette.io
Apache License 2.0
1.58k stars 106 forks source link

Command to generate a visual schema diagram? #622

Open epicwhale opened 3 months ago

epicwhale commented 3 months ago

It would be helpful to see the schema of a db more visually, with an output to pdf, image or so...

Example: sqlite-utils schema-diagram dogs.db generated a visual schema diagram

image

Perhaps using something like https://gitlab.com/Screwtapello/sqlite-schema-diagram or suitable alternative