8 lines
267 B
Markdown
8 lines
267 B
Markdown
|
|
# Interim Metadata Engine (mdengine)
|
||
|
|
|
||
|
|
This crate is responsible for navigating the PostgreSQL `information_schema`
|
||
|
|
and catalogs tables to extract rich understanding of database structure and
|
||
|
|
permissions.
|
||
|
|
|
||
|
|
It does not fetch data directly from any user defined tables.
|