drizzle-kit 0.17.0-8c0281d → 0.17.0-bbbcd6a
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.js +1 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -49646,6 +49646,7 @@ var dbPushMysqlCommand = new Command("push:mysql").option(
|
|
|
49646
49646
|
} catch (e) {
|
|
49647
49647
|
console.log(e);
|
|
49648
49648
|
}
|
|
49649
|
+
await connection.client.end();
|
|
49649
49650
|
process.exit(0);
|
|
49650
49651
|
});
|
|
49651
49652
|
var generateSqliteCommand = new Command("generate:sqlite").option("--schema <schema...>", "Path to a schema file or folder").option("--out <out>", `Output folder, 'drizzle' by default`).option("--breakpoints", `Prepare SQL statements with breakpoints`).option(
|