Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/better-hpc/auto-rest

Dynamically generate REST APIs for databases.
https://github.com/better-hpc/auto-rest

fast-api python sqlalchemy

Last synced: 12 days ago
JSON representation

Dynamically generate REST APIs for databases.

Awesome Lists containing this project

README

        

# Auto-REST

Auto-REST is a command-line application for building dynamically generated REST APIs.
The application automatically maps database schemas and deploys per-table endpoints with
support for filtering, sorting, and paginating results.

## Installation

Auto-REST is built in Python and can be installed from the Python Package Index:

```bash
pipx install auto-rest
```