Migrations with dapper [Answered]
Hey,
I want to use dapper but don't want to deal with migrations/schema changes manually what could you recommend me?
14 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
how is this a useful response
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
actually I want to write my own migrations in sql I just want some sort of library who would help me apply those migrations in an orderly fashion
same thing would apply to downgrades as well
beat me to it
don't even need a library tbh, sql server command line exists for MSSQL and Postgres has an equivalent
just invoke a powershell/bash or whatever script
thanks, looks like smth that I need.
you really dont need a library for it
but meh.
I don't really need runtime
but meh ;d
i mean
you do if you want C#
I get it, thanks for the tip 🙂
laughs in .net 7 aot native compilation
Actually, that does still need the runtime dependencies
Does that mean the runtime runs native apps?
✅ This post has been marked as answered!