Sqlalchemy, Postgres, Connexion utility
Project description
Connexion Sqlalchemy Utils
Sqlalchemy, Postgres, Connexion utility
Documentation: https://connexion-sql-utils.readthedocs.io.
Features
Helps create REST api’s quickly with Connexion, Sqlalchemy, and Postgresql
Running example api in Docker
By cloning the repo:
git clone https://github.com/m-housh/connexion_sql_utils.git
cd ./connexion_sql_utils
docker-compose up
Without cloning the repo:
docker pull mhoush/connexion_sql_utils
docker pull postgres/alpine
docker run -d --name some_postgres \
-e POSTGRES_PASSWORD=postgres \
postgres:alpine
docker run --rm -it --link some_postgres:postgres \
-e DB_HOST=postgres \
-e DB_PASSWORD=postgres \
-p "8080:8080" \
mhoush/connexion_sql_utils
Check out the example api at http://localhost:8080/ui
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.0 (2017-03-08)
First release on PyPI.
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
connexion_sql_utils-0.1.2.tar.gz
(28.4 kB
view details)
File details
Details for the file connexion_sql_utils-0.1.2.tar.gz.
File metadata
- Download URL: connexion_sql_utils-0.1.2.tar.gz
- Upload date:
- Size: 28.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
971f7239350c4aca86c350e5f7ab5148901b1f0ef328f759776ac69098787d27
|
|
| MD5 |
b45ff9b4919eda562953b13a080a1863
|
|
| BLAKE2b-256 |
6915a13eeecf85aa89868d6ce25ed0199d4bf7555297e8635ce271b9e7b49789
|