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