Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/better-hpc/auto-rest
- Owner: Better-HPC
- License: gpl-3.0
- Created: 2024-12-21T12:52:34.000Z (19 days ago)
- Default Branch: main
- Last Pushed: 2024-12-28T17:25:43.000Z (12 days ago)
- Last Synced: 2024-12-28T17:30:17.906Z (12 days ago)
- Topics: fast-api, python, sqlalchemy
- Language: Python
- Homepage:
- Size: 181 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```