missing type declarations in mysql-core imports (>v0.25.1)
drizzle-orm/mysql-core/indexes
, columns
and table
all have missing type declarations, any idea why that might be happening?[email protected] broke edge support

Does Drizzle support type CUID?
Get column name in error messages

Using Drizzle as a package in Turborepo doesn't work ?
Argument of type 'Database' is not assignable to parameter of type 'D1Database'.

How to reproduce a Prisma `include` statement for arrays of related entities without SQL?
many-to-one selection as array
Alias in from() change? (SQLite)
from()
? Until recently I've been using aliases to affect the resulting object, but it seems to have stopped working as it did before.
Previously:
```ts
const user = alias(User, "user");
const parent = alias(User, "parent");...Table definition has 'any' type
index.ts
file; but on some tables like visitor_events
I get this errors;
'visitor_events' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
On other tables however, I don't have the error and the PgTableWithColumns
is correctly infered.
...CTE query of hierarchical data
createInsertSchema wrong type (drizzle-zod 0.3.1, sqlite))

How do I get the values of an insert inside a transaction?
variables_history
. How can I get those values?
```ts
await db.transaction(async (tx) => {
// Add project to DB...Raw sql`` quoting issue
sql
query since there's no typings yet.
```...Nuxt3 type error

Syntax error mysql migration using composite primary key
``sql
--> statement-breakpoint
CREATE TABLE
member_to_address (
member_id varchar(32) NOT NULL,
address_id` varchar(32) NOT NULL...when using planetscale, using the `.$with()` and `.with()` clauses causes error
$with()
and with()
with planetscale?
it gives the following error:
DatabaseError: unsupported: with expression in select statement
from the @planetscale/database
package...Zod prototype mismatch
unrecognized_keys