drizzle-kit 1.0.0-beta.2-b705c25 → 1.0.0-beta.2-b782ae1
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/api-mysql.js +3 -0
- package/api-mysql.mjs +3 -0
- package/api-postgres.js +3 -0
- package/api-postgres.mjs +3 -0
- package/api-sqlite.js +3 -0
- package/api-sqlite.mjs +3 -0
- package/bin.cjs +3 -0
- package/package.json +1 -1
package/api-mysql.js
CHANGED
|
@@ -140036,6 +140036,7 @@ var init_connections = __esm({
|
|
|
140036
140036
|
console.error(
|
|
140037
140037
|
"To connect to Postgres database - please install either of 'pg', 'postgres', 'bun', '@neondatabase/serverless' or '@vercel/postgres' drivers"
|
|
140038
140038
|
);
|
|
140039
|
+
console.warn("For the 'bun' driver, run your script using: bun --bun");
|
|
140039
140040
|
process.exit(1);
|
|
140040
140041
|
};
|
|
140041
140042
|
prepareCockroach = async (credentials) => {
|
|
@@ -140417,6 +140418,7 @@ To link your project, please refer https://docs.geldata.com/reference/cli/gel_in
|
|
|
140417
140418
|
console.error(
|
|
140418
140419
|
"To connect to MySQL database - please install either of 'mysql2', 'bun' or '@planetscale/database' drivers"
|
|
140419
140420
|
);
|
|
140421
|
+
console.warn("For the 'bun' driver, run your script using: bun --bun");
|
|
140420
140422
|
process.exit(1);
|
|
140421
140423
|
};
|
|
140422
140424
|
parseMssqlCredentials = (credentials) => {
|
|
@@ -140865,6 +140867,7 @@ To link your project, please refer https://docs.geldata.com/reference/cli/gel_in
|
|
|
140865
140867
|
console.log(
|
|
140866
140868
|
"Please install either 'better-sqlite3', 'bun', '@libsql/client' or '@tursodatabase/database' for Drizzle Kit to connect to SQLite databases"
|
|
140867
140869
|
);
|
|
140870
|
+
console.warn("For the 'bun' driver, run your script using: bun --bun");
|
|
140868
140871
|
process.exit(1);
|
|
140869
140872
|
};
|
|
140870
140873
|
connectToLibSQL = async (credentials) => {
|
package/api-mysql.mjs
CHANGED
|
@@ -140045,6 +140045,7 @@ var init_connections = __esm({
|
|
|
140045
140045
|
console.error(
|
|
140046
140046
|
"To connect to Postgres database - please install either of 'pg', 'postgres', 'bun', '@neondatabase/serverless' or '@vercel/postgres' drivers"
|
|
140047
140047
|
);
|
|
140048
|
+
console.warn("For the 'bun' driver, run your script using: bun --bun");
|
|
140048
140049
|
process.exit(1);
|
|
140049
140050
|
};
|
|
140050
140051
|
prepareCockroach = async (credentials) => {
|
|
@@ -140426,6 +140427,7 @@ To link your project, please refer https://docs.geldata.com/reference/cli/gel_in
|
|
|
140426
140427
|
console.error(
|
|
140427
140428
|
"To connect to MySQL database - please install either of 'mysql2', 'bun' or '@planetscale/database' drivers"
|
|
140428
140429
|
);
|
|
140430
|
+
console.warn("For the 'bun' driver, run your script using: bun --bun");
|
|
140429
140431
|
process.exit(1);
|
|
140430
140432
|
};
|
|
140431
140433
|
parseMssqlCredentials = (credentials) => {
|
|
@@ -140874,6 +140876,7 @@ To link your project, please refer https://docs.geldata.com/reference/cli/gel_in
|
|
|
140874
140876
|
console.log(
|
|
140875
140877
|
"Please install either 'better-sqlite3', 'bun', '@libsql/client' or '@tursodatabase/database' for Drizzle Kit to connect to SQLite databases"
|
|
140876
140878
|
);
|
|
140879
|
+
console.warn("For the 'bun' driver, run your script using: bun --bun");
|
|
140877
140880
|
process.exit(1);
|
|
140878
140881
|
};
|
|
140879
140882
|
connectToLibSQL = async (credentials) => {
|
package/api-postgres.js
CHANGED
|
@@ -145714,6 +145714,7 @@ var init_connections = __esm({
|
|
|
145714
145714
|
console.error(
|
|
145715
145715
|
"To connect to Postgres database - please install either of 'pg', 'postgres', 'bun', '@neondatabase/serverless' or '@vercel/postgres' drivers"
|
|
145716
145716
|
);
|
|
145717
|
+
console.warn("For the 'bun' driver, run your script using: bun --bun");
|
|
145717
145718
|
process.exit(1);
|
|
145718
145719
|
};
|
|
145719
145720
|
prepareCockroach = async (credentials) => {
|
|
@@ -146095,6 +146096,7 @@ To link your project, please refer https://docs.geldata.com/reference/cli/gel_in
|
|
|
146095
146096
|
console.error(
|
|
146096
146097
|
"To connect to MySQL database - please install either of 'mysql2', 'bun' or '@planetscale/database' drivers"
|
|
146097
146098
|
);
|
|
146099
|
+
console.warn("For the 'bun' driver, run your script using: bun --bun");
|
|
146098
146100
|
process.exit(1);
|
|
146099
146101
|
};
|
|
146100
146102
|
parseMssqlCredentials = (credentials) => {
|
|
@@ -146543,6 +146545,7 @@ To link your project, please refer https://docs.geldata.com/reference/cli/gel_in
|
|
|
146543
146545
|
console.log(
|
|
146544
146546
|
"Please install either 'better-sqlite3', 'bun', '@libsql/client' or '@tursodatabase/database' for Drizzle Kit to connect to SQLite databases"
|
|
146545
146547
|
);
|
|
146548
|
+
console.warn("For the 'bun' driver, run your script using: bun --bun");
|
|
146546
146549
|
process.exit(1);
|
|
146547
146550
|
};
|
|
146548
146551
|
connectToLibSQL = async (credentials) => {
|
package/api-postgres.mjs
CHANGED
|
@@ -145747,6 +145747,7 @@ var init_connections = __esm({
|
|
|
145747
145747
|
console.error(
|
|
145748
145748
|
"To connect to Postgres database - please install either of 'pg', 'postgres', 'bun', '@neondatabase/serverless' or '@vercel/postgres' drivers"
|
|
145749
145749
|
);
|
|
145750
|
+
console.warn("For the 'bun' driver, run your script using: bun --bun");
|
|
145750
145751
|
process.exit(1);
|
|
145751
145752
|
};
|
|
145752
145753
|
prepareCockroach = async (credentials) => {
|
|
@@ -146128,6 +146129,7 @@ To link your project, please refer https://docs.geldata.com/reference/cli/gel_in
|
|
|
146128
146129
|
console.error(
|
|
146129
146130
|
"To connect to MySQL database - please install either of 'mysql2', 'bun' or '@planetscale/database' drivers"
|
|
146130
146131
|
);
|
|
146132
|
+
console.warn("For the 'bun' driver, run your script using: bun --bun");
|
|
146131
146133
|
process.exit(1);
|
|
146132
146134
|
};
|
|
146133
146135
|
parseMssqlCredentials = (credentials) => {
|
|
@@ -146576,6 +146578,7 @@ To link your project, please refer https://docs.geldata.com/reference/cli/gel_in
|
|
|
146576
146578
|
console.log(
|
|
146577
146579
|
"Please install either 'better-sqlite3', 'bun', '@libsql/client' or '@tursodatabase/database' for Drizzle Kit to connect to SQLite databases"
|
|
146578
146580
|
);
|
|
146581
|
+
console.warn("For the 'bun' driver, run your script using: bun --bun");
|
|
146579
146582
|
process.exit(1);
|
|
146580
146583
|
};
|
|
146581
146584
|
connectToLibSQL = async (credentials) => {
|
package/api-sqlite.js
CHANGED
|
@@ -140036,6 +140036,7 @@ var init_connections = __esm({
|
|
|
140036
140036
|
console.error(
|
|
140037
140037
|
"To connect to Postgres database - please install either of 'pg', 'postgres', 'bun', '@neondatabase/serverless' or '@vercel/postgres' drivers"
|
|
140038
140038
|
);
|
|
140039
|
+
console.warn("For the 'bun' driver, run your script using: bun --bun");
|
|
140039
140040
|
process.exit(1);
|
|
140040
140041
|
};
|
|
140041
140042
|
prepareCockroach = async (credentials) => {
|
|
@@ -140417,6 +140418,7 @@ To link your project, please refer https://docs.geldata.com/reference/cli/gel_in
|
|
|
140417
140418
|
console.error(
|
|
140418
140419
|
"To connect to MySQL database - please install either of 'mysql2', 'bun' or '@planetscale/database' drivers"
|
|
140419
140420
|
);
|
|
140421
|
+
console.warn("For the 'bun' driver, run your script using: bun --bun");
|
|
140420
140422
|
process.exit(1);
|
|
140421
140423
|
};
|
|
140422
140424
|
parseMssqlCredentials = (credentials) => {
|
|
@@ -140865,6 +140867,7 @@ To link your project, please refer https://docs.geldata.com/reference/cli/gel_in
|
|
|
140865
140867
|
console.log(
|
|
140866
140868
|
"Please install either 'better-sqlite3', 'bun', '@libsql/client' or '@tursodatabase/database' for Drizzle Kit to connect to SQLite databases"
|
|
140867
140869
|
);
|
|
140870
|
+
console.warn("For the 'bun' driver, run your script using: bun --bun");
|
|
140868
140871
|
process.exit(1);
|
|
140869
140872
|
};
|
|
140870
140873
|
connectToLibSQL = async (credentials) => {
|
package/api-sqlite.mjs
CHANGED
|
@@ -140045,6 +140045,7 @@ var init_connections = __esm({
|
|
|
140045
140045
|
console.error(
|
|
140046
140046
|
"To connect to Postgres database - please install either of 'pg', 'postgres', 'bun', '@neondatabase/serverless' or '@vercel/postgres' drivers"
|
|
140047
140047
|
);
|
|
140048
|
+
console.warn("For the 'bun' driver, run your script using: bun --bun");
|
|
140048
140049
|
process.exit(1);
|
|
140049
140050
|
};
|
|
140050
140051
|
prepareCockroach = async (credentials) => {
|
|
@@ -140426,6 +140427,7 @@ To link your project, please refer https://docs.geldata.com/reference/cli/gel_in
|
|
|
140426
140427
|
console.error(
|
|
140427
140428
|
"To connect to MySQL database - please install either of 'mysql2', 'bun' or '@planetscale/database' drivers"
|
|
140428
140429
|
);
|
|
140430
|
+
console.warn("For the 'bun' driver, run your script using: bun --bun");
|
|
140429
140431
|
process.exit(1);
|
|
140430
140432
|
};
|
|
140431
140433
|
parseMssqlCredentials = (credentials) => {
|
|
@@ -140874,6 +140876,7 @@ To link your project, please refer https://docs.geldata.com/reference/cli/gel_in
|
|
|
140874
140876
|
console.log(
|
|
140875
140877
|
"Please install either 'better-sqlite3', 'bun', '@libsql/client' or '@tursodatabase/database' for Drizzle Kit to connect to SQLite databases"
|
|
140876
140878
|
);
|
|
140879
|
+
console.warn("For the 'bun' driver, run your script using: bun --bun");
|
|
140877
140880
|
process.exit(1);
|
|
140878
140881
|
};
|
|
140879
140882
|
connectToLibSQL = async (credentials) => {
|
package/bin.cjs
CHANGED
|
@@ -164757,6 +164757,7 @@ var init_connections = __esm({
|
|
|
164757
164757
|
console.error(
|
|
164758
164758
|
"To connect to Postgres database - please install either of 'pg', 'postgres', 'bun', '@neondatabase/serverless' or '@vercel/postgres' drivers"
|
|
164759
164759
|
);
|
|
164760
|
+
console.warn("For the 'bun' driver, run your script using: bun --bun");
|
|
164760
164761
|
process.exit(1);
|
|
164761
164762
|
};
|
|
164762
164763
|
prepareCockroach = async (credentials2) => {
|
|
@@ -165138,6 +165139,7 @@ To link your project, please refer https://docs.geldata.com/reference/cli/gel_in
|
|
|
165138
165139
|
console.error(
|
|
165139
165140
|
"To connect to MySQL database - please install either of 'mysql2', 'bun' or '@planetscale/database' drivers"
|
|
165140
165141
|
);
|
|
165142
|
+
console.warn("For the 'bun' driver, run your script using: bun --bun");
|
|
165141
165143
|
process.exit(1);
|
|
165142
165144
|
};
|
|
165143
165145
|
parseMssqlCredentials = (credentials2) => {
|
|
@@ -165586,6 +165588,7 @@ To link your project, please refer https://docs.geldata.com/reference/cli/gel_in
|
|
|
165586
165588
|
console.log(
|
|
165587
165589
|
"Please install either 'better-sqlite3', 'bun', '@libsql/client' or '@tursodatabase/database' for Drizzle Kit to connect to SQLite databases"
|
|
165588
165590
|
);
|
|
165591
|
+
console.warn("For the 'bun' driver, run your script using: bun --bun");
|
|
165589
165592
|
process.exit(1);
|
|
165590
165593
|
};
|
|
165591
165594
|
connectToLibSQL = async (credentials2) => {
|