added any type visitor and converter
This commit is contained in:
@@ -30,6 +30,7 @@ public:
|
||||
[[nodiscard]] const connection_info& info() const;
|
||||
|
||||
[[nodiscard]] record describe(const std::string &table_name) const;
|
||||
bool exists(const std::string &table_name) const;
|
||||
|
||||
template<class Type>
|
||||
query_result<Type> fetch(const std::string &sql)
|
||||
|
||||
Reference in New Issue
Block a user