Building a REST API with Robyn and Postgres | Python
In this article, we are going to build a REST API to perform CRUD operations.
To build this server we will use Robyn and the Postgres driver Psycopg2.
Robyn
Robyn is a fast async Python web framework coupled with a web server written in Rust.
Psycopg...
carlosmv.hashnode.dev7 min read