drizzle-kit 0.20.17-a2979a1 → 0.20.17-b08243d

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,7 +13,7 @@ type CustomDefault = {
13
13
  func: () => unknown;
14
14
  };
15
15
  export type Setup = {
16
- dialect: "pg" | "mysql" | "sqlite";
16
+ dialect: "postgresql" | "mysql" | "sqlite";
17
17
  proxy: (params: ProxyParams) => Promise<any[] | any>;
18
18
  customDefaults: CustomDefault[];
19
19
  };