sqlite code first with in-memory db
Hey, I thought it'd be rather easy to create a schema from scratch without running a "migration" (from nothing to v1 is a migration?), but apparently I was wrong. I'm using bun:sqlite and would prefer to not create some migration files or whatever.
Shouldn't
db.run(table.getSql())
work? Is there even an option to bootstrap a schema without creating additional files?0 Replies