sqlrs icon indicating copy to clipboard operation
sqlrs copied to clipboard

new table function: sqlrs_functions

Open Fedomn opened this issue 3 years ago • 0 comments

Currently, we already have sqlrs_tables() and sqlrs_columns table function.

https://github.com/Fedomn/sqlrs/blob/0bfe264000787201e4dfdea4c9079373f33f344a/src/function/table/sqlrs_tables.rs#L118-L122

Then, we should implement more internal metadata table, such as:

  • sqlrs_functions()

Fedomn avatar Dec 29 '22 09:12 Fedomn