PostgresDescribe
I found myself wanting documented state of my database within my Elixir/Phoenix app, similar to what schema.rb
or schema.sql
provides in a Rails app.
Announcing the initial release of PostgresDescribe
. Does what you think it does - generates a set of files on disk that contain the output of the \d
command in a PG shell.