Libraries for exposing your PostgreSQL database as a REST API.
-
postgres-rest-actix
Useactix-web
to serve a REST API for your PostgreSQL database. -
postgres-rest
Contains the functions necessary to turn a PostgreSQL database into a REST API. Used bypostgres-rest-actix
.