drizzle-kit 0.22.0-a8a3158 → 0.22.0-b70caaa
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/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,
|