web/database-lib
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
..
database_lib persistante cache db: fix & workaround for cache data that stored in bytes 2024-09-25 14:43:50 +05:00
README.md Fixing critical bug in DB 2024-02-23 11:47:31 +06:00
requirements.txt chore: minor fixes 2024-09-19 20:52:42 +05:00
setup.py Fixing critical bug in DB 2024-02-23 11:47:31 +06:00
test.py Fixing db maintenance 2024-02-23 14:14:30 +06:00

Database-Lib

Database-Lib is a library for database operations.