Automatically generates Flask CRUD endpoints from defined Neon Postgres models
Project description
flask-neon-kit is a Flask extension which generates CRUD endpoints out of the box from defined models of the Neon Postgres database. This solution is built upon the foundation of the Flask-SQLAlchemy. This initiative was driven by the tedious nature of manually writing CRUD logic for every Flask application entity.
Features
Automatically generates CRUD endpoints from defined model.
Allows to customize app base URL as well as each model’s url prefix.
Allows to paginate when getting many entities from database table.
Installation
You can install flask-neon-kit via Python Package Index:
pip install flask-neon-kit
Documentation
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file flask-neon-kit-0.0.3.tar.gz
.
File metadata
- Download URL: flask-neon-kit-0.0.3.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe69e169e201c4d9aecc53bcef1b3d5c8b19fe26a0f999c19b770d6be6f23a5b |
|
MD5 | 74fac6e279d1b9b4e5fc35220c40ab6f |
|
BLAKE2b-256 | ea22035ebdbf6f69fe88f4e695c9874cb12eee6b653d7d852f4016eb4f2e5ae7 |