Skip to content

kaibyao/rust-postgres-rest

Repository files navigation

rust-postgres-rest

Libraries for exposing your PostgreSQL database as a REST API.

Libraries

  • postgres-rest-actix
    Use actix-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 by postgres-rest-actix.