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
- Host: GitHub
- URL: https://github.com/rustprooflabs/pgdd
- Owner: rustprooflabs
- License: mit
- Created: 2018-09-18T19:09:50.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-12-05T15:15:58.000Z (2 months ago)
- Last Synced: 2025-12-09T01:48:44.345Z (2 months ago)
- Topics: data-dictionary, postgresql
- Language: Shell
- Homepage:
- Size: 4.72 MB
- Stars: 52
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.