Files
MuditaOS/module-db/Tables
Bartosz 5836e28e04 [MOS-855] Fix weird behavior of messages
After thread was deleted, messages were still in DB
and so on
2023-01-25 13:37:46 +01:00
..
2021-08-19 10:52:59 +02:00

clunky DB abstraction layer - this could and should be replaced with any ready to go db interface library (ORM)

please note that ORM might/would/should solve other issues with our DB usage such as:

  1. migrations
  2. possibly sanitization
  3. request lazy evaluation