mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-21 05:24:22 -04:00
* Adding document describing how to use logger * Adjusting logs to follow a new guide * Change order in log header: line number is now before function name
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:
- migrations
- possibly sanitization
- request lazy evaluation