connexion_sql_utils 0.1.4

Creator: coderz1093

Last updated:

Add to Cart

Description:

connexion sql utils 0.1.4

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.



0.1.3

Added ability to pass a session into BaseMixin database methods.
Added dump_method decorator to allow custom methods to be called while
creating the json representation.



0.1.4

Added the ability to dump as dict instead of always being a json string.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.