Error when running drizzle-kit generate:mysql
[Postgres] prepared with inArray & placeholder
Transactions with postgres
Relational queries (PlanetScale)
drizzle-orm/mysql2
support relational queries?
I am currently using PlanetScale, but I haven't been able to find any information about relational queries in the following documents:
- https://orm.drizzle.team/docs/rqb...Tx Rollback meesage
Sqlite insert returning typing help

Drizzle-orm for Vercel, select do not take any argument?
Migrating from Prisma to Drizzle - What would be helpful to track for a before / after?
Refetching?
Count, Distinct, etc (postgres)
Query/select statement of column via sql`` for extras field
onConflictDoUpdate array
Relational queries for editing?
updateOne
or deleteOne
etc right?Is there a way to dynamically edit a query with the builder?
When trying to push:mysql its warning that schema has changed and data will be lost when it hasnt.
· You're about to change projected_points column type from alter_table_alter_column_set_type to decimal with 689 items
THIS ACTION WILL CAUSE DATA LOSS AND CANNOT BE REVERTED
· You're about to change projected_points column type from alter_table_alter_column_set_type to decimal with 689 items
THIS ACTION WILL CAUSE DATA LOSS AND CANNOT BE REVERTED
Invalid input value for enum
Share migrations in monorepo
migrate
from drizzle-orm/postgres-js/migrator
like shown in the examples, but then I get the error that the migrations can't be found.
The only solution I figured so far is to copy the migrations from the shared package to every app directory every time when I ran drizzle-kit generate
. Can you think of any better solutions?...Top-level await is not available in the configured target environment ("node14")
How to migrate changes to a table
Postgres-js Migrate - Error: Can't find meta/_journal.json file [SOLVED]