Files
MuditaOS/module-db/Tables
GravisZro e59cd4036b [MOS-245] Fix errant spaces
It appears in the past a major edit was made but had used a regex to
change some text which resulted in an errant space between the
enumuneration/struct/class name and the scope resolution operator.
These errant spaces have been removed.
2022-02-24 08:47:20 +01:00
..
2022-02-24 08:47:20 +01:00
2021-08-19 10:52:59 +02:00
2022-02-24 08:47:20 +01:00
2022-02-24 08:47:20 +01:00
2022-02-24 08:47:20 +01: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