https://github.com/python-gino/gino-tornado
An extension for GINO to support Tornado server.
https://github.com/python-gino/gino-tornado
gino python3 tornado
Last synced: 6 months ago
JSON representation
An extension for GINO to support Tornado server.
- Host: GitHub
- URL: https://github.com/python-gino/gino-tornado
- Owner: python-gino
- License: other
- Created: 2019-12-19T15:48:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-02T06:15:05.000Z (over 4 years ago)
- Last Synced: 2025-04-01T11:50:36.789Z (6 months ago)
- Topics: gino, python3, tornado
- Language: Python
- Homepage: https://python-gino.org/
- Size: 182 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gino-tornado
An extension for GINO to support Tornado server.
## Contents
- examples
- [navigation system](examples/navigation-system/index.md): simple tdd crud app for drone route management, contains a simple tornado-gino application and its tornado.testing testcases.
- tutorials
- basic tornado-gino (soon)
- production tips (soon)## Current status
Since GINO 1.0, the built-in extensions are now separate projects supported by
the community. This project is copied here directly from GINO 0.8.x for
compatibility.In the `models.py` file at `navigation-system` example you can find a guide to
make migration to GINO 1.0, that example also contain tests of extension for
Tornado 6.0.4 and GINO 1.0 that works on Xubuntu 19.10, current goal lays on
extend those tests and add production-ready features.Help is needed to:
* Keep this project maintained - follow Tornado releases, fix issues, etc.
* Add more examples and documentation.
* Answer questions in the community.