pyrofork/pyrogram
Dan ff9407aba1 Implement a storage update mechanism (for FileStorage)
The idea is pretty simple: get the current database version and for each
older version, do what needs to be done in order to get to the next
version state. This will make schema changes transparent to the user in
case they are needed.
2019-09-14 20:35:59 +02:00
..
api Move all imported schema objects outside TLObject 2019-08-01 18:44:20 +02:00
client Implement a storage update mechanism (for FileStorage) 2019-09-14 20:35:59 +02:00
connection Revert "Stop instantiating logger objects and directly use the logging module" 2019-09-08 19:24:06 +02:00
crypto Revert "Stop instantiating logger objects and directly use the logging module" 2019-09-08 19:24:06 +02:00
errors Reformat project 2019-08-01 19:11:43 +02:00
session Update Storage API usages in client.py, auth.py and session.py 2019-09-14 19:57:20 +02:00
__init__.py Drop Python 3.4 support (EOL). Bump minimum requirement to Python 3.5.3 2019-08-15 16:03:03 +02:00