ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | Static Public Attributes | List of all members
folder_entity Struct Reference

SQLite entity for folder storage. More...

#include <folder_entity.hpp>

Collaboration diagram for folder_entity:
Collaboration graph

Public Attributes

sqlgen::PrimaryKey< std::string > id
 
std::string name
 
std::optional< std::string > parent_id
 
std::optional< std::string > description
 

Static Public Attributes

static constexpr const char * tablename = "folders"
 

Detailed Description

SQLite entity for folder storage.