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

SQLite entity for server environment storage. More...

#include <server_environment_entity.hpp>

Collaboration diagram for server_environment_entity:
Collaboration graph

Public Attributes

sqlgen::PrimaryKey< std::string > id
 
std::optional< std::string > folder_id
 
std::string name
 
std::string host
 
int port = 0
 
std::string username
 
std::string encrypted_password
 
std::string description
 

Static Public Attributes

static constexpr const char * tablename = "server_environments"
 

Detailed Description

SQLite entity for server environment storage.