mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-06 02:49:31 -06:00
comments
[skip ci]
This commit is contained in:
@@ -126,6 +126,8 @@ namespace Orm
|
||||
static std::shared_ptr<DatabaseManager> m_manager;
|
||||
};
|
||||
|
||||
/* public */
|
||||
|
||||
template<QStringConcept ...Args>
|
||||
void Schema::dropColumns(const QString &table, Args &&...columns)
|
||||
{
|
||||
|
||||
@@ -8,6 +8,8 @@ TINYORM_BEGIN_COMMON_NAMESPACE
|
||||
namespace Orm
|
||||
{
|
||||
|
||||
/* private */
|
||||
|
||||
std::unordered_map<Connectors::ConnectionName,
|
||||
std::unique_ptr<SchemaBuilder>> Schema::m_schemaBuildersCache;
|
||||
std::shared_ptr<DatabaseManager> Schema::m_manager;
|
||||
|
||||
Reference in New Issue
Block a user