drizzle-kit check doesn't do anything
Hi, running into an issue in Drizzle Studio that I think might be related to schema inference or mis

Trying to connect to QuestDb with Postgres driver
Adding a new column
Transaction help
@neondatabase/serverless
& drizzle-orm/neon-http
) successfully for a while. I wanted to know if drizzle has syntax which supports this "non-iteractive" style of transaction mentioned here in neons serverless docs. https://github.com/neondatabase/serverless?tab=readme-ov-file#transaction
```typescript
import { neon } from '@neondatabase/serverless';
const sql = neon(process.env.DATABASE_URL);...Using Entra ID for authenticating in drizzle.config.ts
Turborepo - no type safety when using drizzle in other modules
apps/api
and a database module under packages/db
. I am losing type safety when importing the db
instance in another package. I export all of my tables and the drizzle instance like so below:
```ts
// packages/db/src/index.ts
import "@dotenvx/dotenvx";...
Am i supposed to add the drizzle folder to .gitignore?
Code review, building a generic DAO for DB ops
drizzle-kit drop
drop
command. Whats the new recommended way to drop old migration files?No grammar type for text(256)
Error: No grammar type for TIMESTAMP – Error ID 4fa91e577c064e1f803c7fcc3ff4b881

Getting Error: No grammar type for TIMESTAMP
Is is possible to use pgSchema with pgTableCreator
I can't get the correct typing

Cannot find package 'bun' imported from F:\code\RELAND\node_modules\drizzle-orm\bun-sql\driver.js
How do I stop Drizzle from trying to instantiate a connection during build time (next.js)?
createClient
is invoked, even though nothing is trying to access the database.
How can I work around this? With Prisma this was not an issue, because Prisma only connects to the database if you actually call $connect
/ upon the first query ran....Drizzle hides DB errors, shows just "failed query"

getting a typescript error when trying to use drizzle.mock()
drizzle.mock()
. When I pass it into the function that takes it, I get the following error:
```Argument of type
NodePgDatabase<Record<string, never>> & {
$client: "$client is not available on drizzle.mock()";...How to hide notice logs because of identifier trucation?