1
0
forked from BRT/arc
ARC desktop app
Go to file
slava d56b91425c Rename database fields to use consistent snake_case format.
Updated all SQL queries and bindings to replace camelCase field names (e.g., `updateTime`, `lastScan`) with snake_case equivalents (e.g., `update_time`). Ensures uniformity across database schema and codebase.
2025-04-21 12:00:55 +07:00
database Rename database fields to use consistent snake_case format. 2025-04-21 12:00:55 +07:00
images Test 2025-04-16 09:05:20 -07:00
models Refactor UI and database logic for device management 2025-04-18 16:39:13 +07:00
services Refactor UI and database logic for device management 2025-04-18 16:39:13 +07:00
views Refactor UI and database logic for device management 2025-04-18 16:39:13 +07:00
.gitignore Integrate threading and Tesseract OCR functionality 2025-04-14 13:59:19 +07:00
CMakeLists.txt Add app_data.db to build directory during compilation 2025-04-18 20:07:03 +07:00
main.cpp Refactor UI and database logic for device management 2025-04-18 16:39:13 +07:00
rus.traineddata Test 2025-04-16 09:05:20 -07:00