mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-07-16 16:24:12 +00:00
Rename namespace dinbpostgres to dindb.
It's so much better!
This commit is contained in:
parent
45fc758915
commit
1fd51f75ba
20 changed files with 64 additions and 64 deletions
|
@ -21,7 +21,7 @@
|
|||
#include <string>
|
||||
#include <cstdint>
|
||||
|
||||
namespace dinbpostgres {
|
||||
namespace dindb {
|
||||
struct Settings {
|
||||
std::string address;
|
||||
std::string username;
|
||||
|
@ -29,6 +29,6 @@ namespace dinbpostgres {
|
|||
std::string dbname;
|
||||
uint16_t port;
|
||||
};
|
||||
} //namespace dinbpostgres
|
||||
} //namespace dindb
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue