pgLab/pglablib/utils/PostgresqlUrlParser.h

16 lines
219 B
C
Raw Normal View History

#pragma once
#include <QString>
class ConnectionConfig;
bool TryParsePostgresqlUrl(const QString &urlString, ConnectionConfig &out);
// class PostgresqlUrlParser
// {
// public:
// PostgresqlUrlParser();
//};