Answer the question
In order to leave comments, you need to log in
How to deal with OverflowError: Python int too large to convert to SQLite INTEGER?
I use peewee to interact with the
database peewee.IntegerField()
cannot change
Answer the question
In order to leave comments, you need to log in
1. Use a text field for storage. Just do a type conversion.
2. Use a more suitable database (Postgres, MySQL)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question