Files
MuditaOS/module-db/Tables
Paweł Joński 4ec2d6a1f4 [BH-622] Fix next alarm logic and queries
Simplify recurring between dates query
Round all events dates to full minutes
2021-09-13 16:13:06 +02:00
..
2021-06-08 12:24:29 +02:00
2021-08-19 10:52:59 +02:00
2021-08-02 13:05:10 +02:00
2021-06-08 12:24:29 +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