intermediate commit
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
67711a8d39
commit
6d9a70e03d
37 changed files with 131 additions and 1544 deletions
11
src/persistence/project.hpp
Normal file
11
src/persistence/project.hpp
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#include <filesystem>
|
||||
#include <string>
|
||||
|
||||
#include <sqlitecpp/connection.hpp>
|
||||
|
||||
/// \private
|
||||
struct IkarusProject {
|
||||
std::string name;
|
||||
std::filesystem::path path;
|
||||
std::unique_ptr<sqlitecpp::Connection> db;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue