drizzle-seed 1.0.0-beta.21 → 1.0.0-beta.21-4fa69ab

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.cts CHANGED
@@ -49,7 +49,7 @@ type Prettify<T> = { [K in keyof T]: T[K] } & {};
49
49
  //#endregion
50
50
  //#region src/types/seedService.d.ts
51
51
  type GeneratedValueType = number | bigint | string | Buffer | boolean | undefined | null;
52
- type DbType = PgAsyncDatabase<any, any, any> | MySqlDatabase<any, any, any, any> | BaseSQLiteDatabase<any, any, any, any> | MsSqlDatabase<any, any, any, any> | CockroachDatabase<any, any, any> | SingleStoreDatabase<any, any, any, any>;
52
+ type DbType = PgAsyncDatabase<any, any> | MySqlDatabase<any, any, any, any> | BaseSQLiteDatabase<any, any, any, any> | MsSqlDatabase<any, any, any, any> | CockroachDatabase<any, any, any> | SingleStoreDatabase<any, any, any, any>;
53
53
  type TableType = PgTable | MySqlTable | SQLiteTable | MsSqlTable | CockroachTable | SingleStoreTable;
54
54
  type TableGeneratorsType = {
55
55
  [columnName: string]: Prettify<{
package/index.d.mts CHANGED
@@ -49,7 +49,7 @@ type Prettify<T> = { [K in keyof T]: T[K] } & {};
49
49
  //#endregion
50
50
  //#region src/types/seedService.d.ts
51
51
  type GeneratedValueType = number | bigint | string | Buffer | boolean | undefined | null;
52
- type DbType = PgAsyncDatabase<any, any, any> | MySqlDatabase<any, any, any, any> | BaseSQLiteDatabase<any, any, any, any> | MsSqlDatabase<any, any, any, any> | CockroachDatabase<any, any, any> | SingleStoreDatabase<any, any, any, any>;
52
+ type DbType = PgAsyncDatabase<any, any> | MySqlDatabase<any, any, any, any> | BaseSQLiteDatabase<any, any, any, any> | MsSqlDatabase<any, any, any, any> | CockroachDatabase<any, any, any> | SingleStoreDatabase<any, any, any, any>;
53
53
  type TableType = PgTable | MySqlTable | SQLiteTable | MsSqlTable | CockroachTable | SingleStoreTable;
54
54
  type TableGeneratorsType = {
55
55
  [columnName: string]: Prettify<{
package/index.d.ts CHANGED
@@ -49,7 +49,7 @@ type Prettify<T> = { [K in keyof T]: T[K] } & {};
49
49
  //#endregion
50
50
  //#region src/types/seedService.d.ts
51
51
  type GeneratedValueType = number | bigint | string | Buffer | boolean | undefined | null;
52
- type DbType = PgAsyncDatabase<any, any, any> | MySqlDatabase<any, any, any, any> | BaseSQLiteDatabase<any, any, any, any> | MsSqlDatabase<any, any, any, any> | CockroachDatabase<any, any, any> | SingleStoreDatabase<any, any, any, any>;
52
+ type DbType = PgAsyncDatabase<any, any> | MySqlDatabase<any, any, any, any> | BaseSQLiteDatabase<any, any, any, any> | MsSqlDatabase<any, any, any, any> | CockroachDatabase<any, any, any> | SingleStoreDatabase<any, any, any, any>;
53
53
  type TableType = PgTable | MySqlTable | SQLiteTable | MsSqlTable | CockroachTable | SingleStoreTable;
54
54
  type TableGeneratorsType = {
55
55
  [columnName: string]: Prettify<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-seed",
3
- "version": "1.0.0-beta.21",
3
+ "version": "1.0.0-beta.21-4fa69ab",
4
4
  "main": "./index.cjs",
5
5
  "module": "./index.mjs",
6
6
  "types": "./index.d.ts",