prestodb / presto-js-client

Monorepo for Presto JavaScript packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include catalog and schema fetching functions

alonsovb opened this issue · comments

The client should include a method for retrieving the database's catalog and schemas, which just executes a SHOW CATALOGS and SHOW SCHEMAS query underneath.
If possible, we should make use of the parameters from both of those statements.