biosustain / potion

Flask-Potion is a RESTful API framework for Flask and SQLAlchemy, Peewee or MongoEngine
http://potion.readthedocs.io
Other
488 stars 51 forks source link

Add optimized ToOne sqlalchemy aware field. #167

Open ticosax opened 5 years ago

ticosax commented 5 years ago

This version of fields.ToOne() is able to read the local foreign key value to serialize the reference of the remote object. It can be useful under some circumstances to avoid performing additional db lookups.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.2%) to 89.323% when pulling a97d9568de89a27e43305547f1036cc4a65d19e4 on ticosax:to-one-local into 1ae0208d941a3a76855ac67369ed5031dcc6f636 on biosustain:master.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.2%) to 89.323% when pulling a97d9568de89a27e43305547f1036cc4a65d19e4 on ticosax:to-one-local into 1ae0208d941a3a76855ac67369ed5031dcc6f636 on biosustain:master.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.2%) to 89.323% when pulling a97d9568de89a27e43305547f1036cc4a65d19e4 on ticosax:to-one-local into 1ae0208d941a3a76855ac67369ed5031dcc6f636 on biosustain:master.