Use peewee to replace models
Replace namedtuples by peewee models : http://docs.peewee-orm.com/en/latest/peewee/models.html
Replace .fetch
& .insert
calls by models usage.
Bonus point for making it a Python extra in setup.py
Replace namedtuples by peewee models : http://docs.peewee-orm.com/en/latest/peewee/models.html
Replace .fetch
& .insert
calls by models usage.
Bonus point for making it a Python extra in setup.py