rkohser / gustaf

http://rkohser.github.io/gustaf
MIT License
0 stars 0 forks source link

Evaluate the use of Dataset for database abstraction #31

Closed rkohser closed 8 years ago

rkohser commented 9 years ago

Could simplify the code. Dataset is available in peewee http://docs.peewee-orm.com/en/latest/peewee/playhouse.html#dataset and also stanalone https://dataset.readthedocs.org/en/latest/quickstart.html

rkohser commented 8 years ago

No Need of dataset. Peewee is simple enough. Could be interesting to use test NoSQL in the future.