Skip to content

Commit a1e7076

Browse files
committed
feat: Supplement keywords and functions from different databases
1 parent 2424b76 commit a1e7076

6 files changed

Lines changed: 1924 additions & 22 deletions

File tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
import mysql from './mysql';
22
import oracle from './oracle';
3+
import postgresql from './pgsql';
4+
import redis from './redis';
35

4-
export default { mysql, oracle };
6+
export default { mysql, oracle, postgresql, redis };

0 commit comments

Comments
 (0)