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

https://github.com/rustprooflabs/pgdd

PostgreSQL Data Dictionary
https://github.com/rustprooflabs/pgdd

data-dictionary postgresql

Last synced: 27 days ago
JSON representation

PostgreSQL Data Dictionary

Awesome Lists containing this project

README

          

# PostgreSQL Data Dictionary (pgdd)

The PostgreSQL Data Dictionary (`PgDD`) is an in-database solution to provide
introspection via standard SQL query syntax. This extension makes it easy to
provide a usable data dictionary to all users of a PostgreSQL database.

See the [full project documentation](https://rustprooflabs.github.io/pgdd/)
for more information.