prestodb / presto-js-client

Monorepo for Presto JavaScript packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include function to retrieve tables and columns

alonsovb opened this issue · comments

The client should include a method for retrieving all the tables (optionally given a catalog and/or schema).
It should also include the option of retrieving columns.

This is useful for metadata parsing, which build a kind of conceptual model of the database.