Axum Backend Series: Docker, Database and Connection Pooling

https://blog.0xshadow.dev/posts/backend-engineering-with-axum/axum-database-setup-using-docker/

In this post, we are going to choose a database to use, then understand Docker just enough as we are going to use it throughout the series and learn how database connection works and what is connection pool. Finally, we will connect PostgreSQL to our Axum server.

2 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.