Skip to content

useTables

useTables(schema?): UseQueryResult<NoInfer<ListTablesResponse>, Error>

Hook to list tables, optionally filtered by schema

Parameter Type
schema? string

UseQueryResult<NoInfer<ListTablesResponse>, Error>