StormByte C++ Library: Database module
0.0.9999
StormByte-Database is a StormByte library module for handling database connections
Loading...
Searching...
No Matches
lib
optional
StormByte
database
sqlite
alias.hxx
1
#pragma once
2
3
#include <string>
4
9
namespace
StormByte::Database::SQLite {
10
using
Value = StormByte::VariadicValue<std::nullptr_t, int, int64_t, double, std::string>;
11
using
Row =
StormByte::Database::Row<Value>
;
12
}
StormByte::Database::Row
Row class for databases.
Definition
row.hxx:20
Generated by
1.9.8