Skip to content

Commit 9950385

Browse files
committed
Merge branch 'alternation-engine' of https://github.com/drizzle-team/drizzle-orm into alternation-engine
2 parents f5ce5c0 + 5cd119e commit 9950385

File tree

4 files changed

+4
-18
lines changed

4 files changed

+4
-18
lines changed

drizzle-kit/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
"@aws-sdk/client-rds-data": "^3.556.0",
6363
"@cloudflare/workers-types": "^4.20230518.0",
6464
"@electric-sql/pglite": "^0.2.12",
65-
"@hono/bun-compress": "^0.1.0",
6665
"@hono/node-server": "^1.9.0",
6766
"@hono/zod-validator": "^0.2.1",
6867
"@libsql/client": "^0.10.0",

drizzle-kit/src/cli/commands/studio.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ import type { AnySQLiteTable } from 'drizzle-orm/sqlite-core';
2525
import { getTableConfig as sqliteTableConfig, SQLiteTable } from 'drizzle-orm/sqlite-core';
2626
import fs from 'fs';
2727
import { Hono } from 'hono';
28-
// TODO: replace with '@hono/compress' when Bun supports CompressionStream
29-
import { compress } from '@hono/bun-compress';
28+
import { compress } from 'hono/compress';
3029
import { cors } from 'hono/cors';
3130
import { createServer } from 'node:https';
3231
import type { CasingType } from 'src/cli/validations/common';

drizzle-kit/src/cli/connections.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1733,7 +1733,7 @@ export const connectToSQLite = async (
17331733
}
17341734

17351735
console.log(
1736-
"Please install either 'better-sqlite3', '@libsql/client' or 'bun' for Drizzle Kit to connect to SQLite databases",
1736+
"Please install either 'better-sqlite3', '@libsql/client' or '@tursodatabase/database' for Drizzle Kit to connect to SQLite databases",
17371737
);
17381738
process.exit(1);
17391739
};

pnpm-lock.yaml

Lines changed: 2 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)