nuernbergerA / sqlite-functions

Polyfill to match mysql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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;

About

Polyfill to match mysql

License:MIT License