Files
MuditaOS/module-db/Tables
DariuszSabala de5b923e81 [BH-369] Turned UTF8 into separate library
Moved utf8 files, formed separate library, fixed include paths,
added utf8 library as dependency to every other target that
uses it, clang-formated utf8 files, cleaned up tests cmake script,
moved utf8 unit test
2021-06-09 13:06:29 +02:00
..
2021-06-08 12:24:29 +02:00
2021-06-08 12:24:29 +02:00
2021-06-08 12:24:29 +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