/sqlite-functions

Polyfill to match mysql

MIT LicenseMIT

sqlite-functions

Polyfill to match mysql

List all SQLite functions

SELECT * FROM pragma_function_list ORDER BY name;

List all Mysql functions-categories

HELP FUNCTIONS;

list functions

HELP string_functions;