Rust Mail App from zero2prod book
Go to file
Nick Bland a746b45f78
Implement changes to allow database connection for insertions
Also updated tests to reflect the new PgPool format being used. Tests now create a mock database on creation to determine if it works before removing it. Up to Chapter 4.
2021-11-08 15:41:52 +10:00
migrations Stage changes to implement postgres DB as well as initialise its state 2021-11-05 12:16:04 +10:00
scripts Update drone pipeline 2021-11-08 12:43:28 +10:00
src Implement changes to allow database connection for insertions 2021-11-08 15:41:52 +10:00
tests Implement changes to allow database connection for insertions 2021-11-08 15:41:52 +10:00
.drone.yml Implement changes to allow database connection for insertions 2021-11-08 15:41:52 +10:00
.env implement test changes regarding database 2021-11-07 00:23:49 +10:00
.gitignore Update gitignore 2021-11-05 14:17:36 +10:00
Cargo.lock Implement changes to allow database connection for insertions 2021-11-08 15:41:52 +10:00
Cargo.toml Implement changes to allow database connection for insertions 2021-11-08 15:41:52 +10:00
configuration.yaml Seperate into multiple files. Add configuration options 2021-11-07 00:08:33 +10:00