Config in Typescript?
drizzle.config.ts
file stopped working. Is it now required for the config to be in JSON format?
Using this:
drizzle-kit generate:mysql
Returns following:...
Missing video for SST and Drizzle
Problem running a migration

How do I connect to sqlite on fly.io?
new Database('sqlite.db')
but I don't know what to use on fly.io. There are no docs on fly.io about this either, and I already asked on their forums.
Has anyone done this before? 🙂...Typescript build fails with large number of columns
Selecting multiple relating rows
many-to-one transaction
[BUG] drizzle-kit doesn't like imports outside of a module
drizzle-kit throwing await is not available in the configured target environment
[Bug] Postgres migrations are broken on 0.23.10

drizzle-kit doesn't pull foreign keys from supabase/postgres?
Why does drizzle-zod create ZodString's instead of z.ZodStrings for mySQL?
Query for Prisma like insert in multiple joined tables
Iterator for result set
How to filter length in where for postgres?
where length(item.content) >= 50
to Drizzle.Is there currently a way to utilize onUpdate?
ON UPDATE NOW()
for a last_updated
column for whenever the row is changed.Migrations not working on github actions

"The supplied SQL string contains more than one statement" after running "generate:sqlite"
``sql
ALTER TABLE projects ADD
project_id` integer;...[bug] Some sql statement looks broken when bulk insert
