In deta base, last two digits are missing if int is included. #242
-
The Python module stores a dictionary using put, but including an int in the dictionary would result in missing the last two digits. Also, the module does not support asynchronous processing. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Asynchronous DETA BASE SDK is being developed. You can install and use alpha build. |
Beta Was this translation helpful? Give feedback.
-
hi, could you share your this is a technical limitation of our database for now as Sougata mentioned, we're working on a full-support for async, for now you can test the alpha |
Beta Was this translation helpful? Give feedback.
hi, could you share your
put
statement? ints should always stay int up to 16 digits, otherwise, you should use a string: https://docs.deta.sh/docs/base/sdk#storing-numbersthis is a technical limitation of our database for now
as Sougata mentioned, we're working on a full-support for async, for now you can test the alpha