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