feat: db migrations, encrypted passwords
All checks were successful
ci/woodpecker/tag/release Pipeline was successful
All checks were successful
ci/woodpecker/tag/release Pipeline was successful
This commit is contained in:
parent
84e5feeb81
commit
ece8280358
8 changed files with 490 additions and 65 deletions
|
@ -22,6 +22,12 @@ Go framework to create bots for several platforms.
|
|||
|
||||
[Go to documentation](./docs)
|
||||
|
||||
### Database Management
|
||||
|
||||
ButterRobot includes an automatic database migration system. Migrations are applied automatically when the application starts, ensuring your database schema is always up to date.
|
||||
|
||||
[Learn more about migrations](./docs/migrations.md)
|
||||
|
||||
## Installation
|
||||
|
||||
### From Source
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue