add sqlite to view

This commit is contained in:
2025-02-03 16:11:32 +01:00
parent 1cf439ef03
commit 207e930b1c
3 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
#include "sql.hpp"
class Vapp
{
@@ -10,4 +11,5 @@ public:
private:
bool showDemoWindow;
sqlite3 *db;
};