Skip to main content

Third-party for apistar using pony orm

Project description

https://travis-ci.org/jgirardet/apistar_ponyorm.svg?branch=master https://coveralls.io/repos/github/jgirardet/apistar_ponyorm/badge.svg Pypi package

Third-party for apistar using pony orm

Features

  • Apistar Hook : PonyDBSession which give auto apply db_session to views.

Usage

This should be added in App declaration :

app = App(routes=[route], event_hooks=[PonyDBSession()])

# main app.py file
from apistar_ponyorm import PonyDBSession
# ...
app = App(routes=[route], event_hooks=[PonyDBSession()])


# myviews.py
from myproject import db # PonyORM Database Instance

def myviews():
  retun db.MyEntity.to_dict()

# No need to add @db_session

Changelog

0.2.0 :
  • add PonyDBSession

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

apistar-ponyorm-0.2.6.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

apistar_ponyorm-0.2.6-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page