feat: implement mysql connector

This commit is contained in:
steven
2023-03-23 13:36:07 +08:00
parent bad550bdea
commit eb978bd669
11 changed files with 297 additions and 8 deletions

View File

@ -1,6 +1,6 @@
import { Id } from "./";
enum Engine {
export enum Engine {
MySQL = "MYSQL",
PostgreSQL = "POSTGRESQL",
}