Simple relational query in sqlite
I am trying to follow the documents but using BetterSqlite3.
I have the schema shown in https://orm.drizzle.team/docs/rqb:
The first problem I see is that when I run
pnpm drizzle-kit generate:sqlite
the foreign keys are not generated:
What am I missing?0 Replies