Skip to content
develop
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

hug_peewee

PyPI version Build Status Coverage Status License Join the chat at https://gitter.im/timothycrosley/hug_peewee

An extension to hug that adds clean integration with the peewee ORM:

import hug_peewee

db = hug_peewee.connection.manage(__name__, 'sqlite', 'my.db')

Works with hug 2.1.0 or greater.

Installing hug_peewee

Installing hug_peewee is as simple as:

pip3 install hug_peewee --upgrade

Ideally, within a virtual environment.

What is hug_peewee?

An extension to hug that adds clean integration with the peewee ORM


Thanks and I hope you find hug_peewee helpful!

~Timothy Crosley

About

An extension to hug that adds clean integration with the peewee ORM

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.