Implement Llama-based brewery and user data generation; remove mock generator and related files

This commit is contained in:
Aaron Po
2026-04-01 23:29:16 -04:00
parent 248a51b35f
commit 280c9c61bd
11 changed files with 445 additions and 128 deletions

View File

@@ -2,7 +2,6 @@
#include "database.h"
#include "stream_parser.h"
#include "work_queue.h"
#include <string>
/// @brief Loads world-city JSON data into SQLite through streaming parsing.