rust-at-night / rust-at-night-website

MIT License
3 stars 2 forks source link

Integrate sqlx with placeholders and fix docker setup #25

Closed alisomay closed 1 year ago

alisomay commented 1 year ago

This PR aims to resolve

it integrates sqlx to the project and lays the ground for the upcoming db design.

Currently a dummy migration and a schema is in place. It should be considered as bootstrapping for later development.

It also fixes the docker setup which was previously introduced in

When the infrastructure is ready, there is very little work left to automate the deployment in CI after this PR is merged.