MCPcopy Create free account
hub / github.com/SOCI/soci / get_example_connection_string

Method get_example_connection_string

tests/postgresql/test-postgresql.cpp:1522–1525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1520 test_context() = default;
1521
1522 std::string get_example_connection_string() const override
1523 {
1524 return "host=localhost port=5432 dbname=test user=postgres password=postgres";
1525 }
1526
1527 std::string get_backend_name() const override
1528 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected