mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
init session db class
This commit is contained in:
parent
814b25a946
commit
7a04fb8920
6 changed files with 65 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#include "database.hpp"
|
||||
#include "database/session.hpp"
|
||||
|
||||
using namespace lib;
|
||||
|
||||
|
|
@ -9,4 +10,8 @@ Database::Database(
|
|||
filename,
|
||||
&connection
|
||||
);
|
||||
|
||||
session = new database::Session(
|
||||
connection
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue