Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 511 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 511 Bytes

A template for making discord bots with Poise & SQLx postgres.

Code is over-commented just to make sure parts are explained so you can remove some if you decide to use this!

Make sure to create a ./migrations folder to make it run without no migrations and to change the name of the project in Cargo.toml

To use migrations look at the guide for the SQLx CLI