Basic support for passing postgresql uri on the commandline
This commit is contained in:
parent
4b4c95e57e
commit
4caccf1000
11 changed files with 453 additions and 192 deletions
15
pglablib/utils/PostgresqlUrlParser.h
Normal file
15
pglablib/utils/PostgresqlUrlParser.h
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#pragma once
|
||||
|
||||
#include <QString>
|
||||
|
||||
|
||||
class ConnectionConfig;
|
||||
|
||||
bool TryParsePostgresqlUrl(const QString &urlString, ConnectionConfig &out);
|
||||
|
||||
// class PostgresqlUrlParser
|
||||
// {
|
||||
// public:
|
||||
// PostgresqlUrlParser();
|
||||
|
||||
//};
|
||||
Loading…
Add table
Add a link
Reference in a new issue