Commit graph

7 commits

Author SHA1 Message Date
ZhymabekRoman
21c7283ee7 persistante cache db: fix & workaround for cache data that stored in bytes
fucking orjson! orjson's dumps method returns values in bytes instead of string as like in original Python implementation.... And when it's passes into the PostgreSQL as TEXT field value, it's get converted to signal that field is the bytes.....
2024-09-25 14:43:50 +05:00
ZhymabekRoman
e87ecbe882 medium parser: overlapse parser finnal fix 2024-09-21 20:41:38 +05:00
ZhymabekRoman
14bbf1c1c5 db cache: fixing broken json parsing 2024-09-21 16:18:22 +05:00
ZhymabekRoman
8b109ff4ec chore & refactor: structure changes, moving markup parser from rl_string parser to medium parser logic, type hintings 2024-09-21 16:09:40 +05:00
ZhymabekRoman
213d41df01 chore: minor fixes 2024-09-19 20:52:42 +05:00
ZhymabekRoman
9ab217ce7f database: make additional checkups 2024-07-22 17:17:37 +05:00
ZhymabekRoman
760584e3d5 chore: refactor & optimize code 2024-07-22 15:10:50 +05:00
Renamed from database-lib/database_lib/cache_db.py (Browse further)