tarantool/tarantool-python

Support decimal

Totktonada opened this issue · 0 comments

Protocol documentation: tarantool/doc#992.
Python documentation: https://docs.python.org/3/library/decimal.html.

What is interesting: I don't see a way to construct Python's decimal from a binary form without encoding into a string first. Maybe I missed something.