issues
search
iamsauravsharma
/
sqlx_migrator
SQLX migration using Rust insted of SQL
MIT License
26
stars
2
forks
source link
refactor!: remove support for state from operation
#35
Closed
iamsauravsharma
closed
3 weeks ago
iamsauravsharma
commented
3 weeks ago
remove support of state from operation and directly use struct fields if required for passing state. currently state can be passed in two ways which make them more confusing about where to pass them