Postgres

Build a Simple Backend API Server with Actix and Diesel 1

16 minute read Published: 2023-07-10

In this article we will implement a backend api server for a contacts application that uses Postgres for persistent data storage.

NOTE: I am working on Linux and some of these instructions might not work for Other OSs.

We will use Actix - a powerful and pragmatic web framework, diesel - 'a safe & extensible rust ORM' and Postgres for persistent data storage.

Postgres Notes II

3 minute read Published: 2023-06-27

Part II of the Postgres notes

Postgres Notes I

7 minute read Published: 2023-06-26

Tutorial notes and additions on Derek Banas' video on Postgres.

Postgres is an open source relational Database Management System.