Commit Graph

17 Commits

Author SHA1 Message Date
H1K0 94b3776ddf fix(dbms): escape JSON strings 2023-01-27 00:38:46 +03:00
H1K0 6dd7421050 fix(dbms): remove trailing comma from response 2023-01-26 23:38:48 +03:00
H1K0 77d1044742 fix(dbms): remove hex numbers notation from json response 2023-01-26 23:05:06 +03:00
H1K0 58868ff681 fix(dbms): put EOT char in the end of request/response 2023-01-26 17:29:01 +03:00
H1K0 aa0f85397f fix(dbms): fix tdb list loading 2023-01-21 18:45:12 +03:00
H1K0 b1c6229968 fix(dbms): fix tdb load and save operations handling 2023-01-21 18:44:54 +03:00
H1K0 085b337a5e feat(dbms): save db list after adding/removing/editing any 2023-01-21 18:37:46 +03:00
H1K0 a389d959e0 perf(dbms): optimize request execution 2023-01-21 18:34:03 +03:00
H1K0 3783d8061b fix(dbms): send empty list instead of false status 2023-01-21 17:50:47 +03:00
H1K0 9de309e142 feat(dbms): add kazari operatons handling 2023-01-21 17:44:15 +03:00
H1K0 f103e87020 fix(dbms): some little fixes 2023-01-21 16:38:13 +03:00
H1K0 66c1a17ad5 feat(dbms): add remove sasa by tanzaku and tanzaku by sasa operations 2023-01-21 16:19:37 +03:00
H1K0 ea720c449c feat(dbms): add tanzaku operations handling 2023-01-21 15:57:16 +03:00
H1K0 fae600d5d4 feat(dbms): send all tdb stats when got empty db name with trc_db_stats 2023-01-21 14:21:02 +03:00
H1K0 225b1be031 feat(dbms): add sasa operations handling 2023-01-21 02:16:37 +03:00
H1K0 e130405459 fix(dbms): fix stats JSON and db remove functions 2023-01-21 00:48:01 +03:00
H1K0 871b76d43a init(dbms): introduce Tanabata database management system (TDBMS)
Only basic database operations, only Unix domain sockets by now
2023-01-20 22:50:01 +03:00