querymx / querym

Querym is free, open-source and cross-platform MySQL and PostgreSQL GUI client.
https://querym.net/
GNU General Public License v3.0
94 stars 28 forks source link

Add missing MySQL functions #160

Closed invisal closed 1 year ago

invisal commented 1 year ago

Description

Function hint provides a quick document on how to use those function.

image

Currently, we support many MySQL functions but some are still missing such as String functions and JSON functions

How to

You can go to /dialects/mysql/functions. The function name is the file name in that folder. You can create new filename of any missing functions.

You can copy and paste from MySQL documents

Once you finish run

npm run build:dialect