drizzle-kit 0.22.0-a8a3158 → 0.22.0-b70caaa
Sign up to get free protection for your applications and to get access to all the features.
- package/bin.cjs +1 -0
- package/package.json +1 -1
package/bin.cjs
CHANGED
@@ -120466,6 +120466,7 @@ var init_studio2 = __esm({
|
|
120466
120466
|
return {
|
120467
120467
|
dbHash,
|
120468
120468
|
dialect: "sqlite",
|
120469
|
+
driver: "driver" in credentials2 ? credentials2.driver : void 0,
|
120469
120470
|
proxy: sqliteDB.proxy,
|
120470
120471
|
customDefaults,
|
120471
120472
|
schema: sqliteSchema2,
|