MTPyroger/pyrogram/client/storage
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
..
__init__.py Reformat project 2019-08-01 19:11:43 +02:00
file_storage.py Implement a storage update mechanism (for FileStorage) 2019-09-14 20:35:59 +02:00
memory_storage.py Rework File and Memory storage to accommodate the new abstract class 2019-09-14 19:56:07 +02:00
schema.sql Tiny SQL style fixup 2019-09-14 19:40:15 +02:00
sqlite_storage.py Create SQLiteStorage for better abstraction 2019-09-14 19:39:47 +02:00
storage.py Update Storage abstract class 2019-09-14 19:39:21 +02:00