Feature: API can now handle write and read to the DB

This commit is contained in:
2025-10-21 19:00:55 +01:00
parent 524405d80d
commit 2d3f52a9a5
8 changed files with 587 additions and 8 deletions
+7
View File
@@ -0,0 +1,7 @@
BasedOnStyle: LLVM
IndentWidth: 4
UseTab: ForIndentation
TabWidth: 4
ColumnLimit: 180
BreakBeforeBraces: Attach
AllowShortFunctionsOnASingleLine: Empty