![]() |
Atlas Game Manager
A game manager for f95 and dlsite written in c++
|
#include <cstdint>#include <string_view>Go to the source code of this file.
Namespaces | |
| namespace | atlas |
| namespace | atlas::database |
| namespace | atlas::database::migrations |
Macros | |
| #define | ATLASGAMEMANAGER_TEMPLATES_HPP |
Functions | |
| template<std::uint64_t id> | |
| std::string_view | atlas::database::migrations::migration () |
| Up must be defined to create/modify the tables that are required. | |
| void | atlas::database::migrations::runUp () |
| Runs all transactions up until hitting MIGRATIONS_VERSION - 1. | |
| #define ATLASGAMEMANAGER_TEMPLATES_HPP |