drizzle-orm 1.0.0-rc.2-2be6d1e → 1.0.0-rc.3
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/effect-postgres/migrator.d.cts +1 -1
- package/effect-postgres/migrator.d.ts +1 -1
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ import * as effect_Effect0 from "effect/Effect";
|
|
|
6
6
|
import * as effect_unstable_sql_SqlError0 from "effect/unstable/sql/SqlError";
|
|
7
7
|
|
|
8
8
|
//#region src/effect-postgres/migrator.d.ts
|
|
9
|
-
declare function migrate<TRelations extends AnyRelations>(db: EffectPgDatabase<TRelations>, config: MigrationConfig): effect_Effect0.Effect<undefined,
|
|
9
|
+
declare function migrate<TRelations extends AnyRelations>(db: EffectPgDatabase<TRelations>, config: MigrationConfig): effect_Effect0.Effect<undefined, EffectDrizzleQueryError | MigratorInitError | effect_unstable_sql_SqlError0.SqlError, never>;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { migrate };
|
|
12
12
|
//# sourceMappingURL=migrator.d.cts.map
|
|
@@ -6,7 +6,7 @@ import * as effect_Effect0 from "effect/Effect";
|
|
|
6
6
|
import * as effect_unstable_sql_SqlError0 from "effect/unstable/sql/SqlError";
|
|
7
7
|
|
|
8
8
|
//#region src/effect-postgres/migrator.d.ts
|
|
9
|
-
declare function migrate<TRelations extends AnyRelations>(db: EffectPgDatabase<TRelations>, config: MigrationConfig): effect_Effect0.Effect<undefined,
|
|
9
|
+
declare function migrate<TRelations extends AnyRelations>(db: EffectPgDatabase<TRelations>, config: MigrationConfig): effect_Effect0.Effect<undefined, EffectDrizzleQueryError | MigratorInitError | effect_unstable_sql_SqlError0.SqlError, never>;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { migrate };
|
|
12
12
|
//# sourceMappingURL=migrator.d.ts.map
|
package/package.cjs
CHANGED
package/package.js
CHANGED