Recast  1
Game with custom magic
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
SQLite Class Reference

This class helps to easily put or get var from DB. Using sqlite_orm and sqlite. More...

#include <SQLite.hpp>

Collaboration diagram for SQLite:
Collaboration graph

Public Member Functions

 SQLite ()
 
User registerUser (std::string login, std::string password)
 
User authUser (std::string login, std::string password)
 
void update (Player player)
 

Detailed Description

This class helps to easily put or get var from DB. Using sqlite_orm and sqlite.

Constructor & Destructor Documentation

SQLite::SQLite ( )
inline

Member Function Documentation

User SQLite::authUser ( std::string  login,
std::string  password 
)
User SQLite::registerUser ( std::string  login,
std::string  password 
)
void SQLite::update ( Player  player)

The documentation for this class was generated from the following files: