mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-08-02 22:58:43 +08:00
feat: implement mysql connector
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { Id } from "./";
|
||||
|
||||
enum Engine {
|
||||
export enum Engine {
|
||||
MySQL = "MYSQL",
|
||||
PostgreSQL = "POSTGRESQL",
|
||||
}
|
||||
|
Reference in New Issue
Block a user