aabarmin / database-metadata-extractor

A simple tool that allows the extraction of metadata from the Database Metadata Tables.
Apache License 2.0
2 stars 0 forks source link

Add support table related labels #19

Open thelesenok opened 4 years ago

thelesenok commented 4 years ago

data.txt

{ "schemas":[ "HR" ], "tables":{ "HR":[ "users", "companies" ], "lables":{ "tables":{ "HR":{ "users":[ "label", "other" ] }, "tables":{ "HR":{ "companies":[ "label", "other" ] } } } } } }