When making a Query with MotorEngine
balance = yield Balance.objects.filter(status="enabled").find_all()
it returns something like:
<models.Balance object at 0x7f1f076bde90>
How I can turn it into something more manageable?
When making a Query with MotorEngine
balance = yield Balance.objects.filter(status="enabled").find_all()
it returns something like:
<models.Balance object at 0x7f1f076bde90>
How I can turn it into something more manageable?
Copyright © 2021 Jogjafile Inc.