Generating/ applying migrations directly in code instead of using the CLI?
Hey! I use drizzle in both my frontend and backend via sqlite and postgres modules, one thing I've found annoying is that I have to generate migration files for tests, even thought I would just prefer to be able to infer the create table statements from the schemas themselves. Is this possible now?
0 Replies