Nut/__tests/auto/common/test_params_postgresql.h

5 lines
168 B
C
Raw Normal View History

2023-02-20 22:54:33 +08:00
#define DRIVER QStringLiteral("QPSQL")
#define HOST QStringLiteral("localhost")
#define USERNAME QStringLiteral("postgres")
#define PASSWORD QStringLiteral("postgres")