emerson-argueta / gohtwind

Fullstack framework with go, htmx, and tailwind
MIT License
12 stars 0 forks source link

Add database migrations to gohtwind command #5

Open emerson-argueta opened 11 months ago

emerson-argueta commented 11 months ago

ability to run migrations from a migrations directory

emerson-argueta commented 10 months ago

Added migration generation tool, migration application tool, and schema generation tool. Only tested on mysql, need to test on postgres and sqlite3

emerson-argueta commented 10 months ago

Need to add documentation