mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-07-04 14:24:10 +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
|
@ -28,7 +28,7 @@
|
|||
#include <boost/utility/string_ref.hpp>
|
||||
#include <chrono>
|
||||
|
||||
namespace dinbpostgres {
|
||||
namespace dindb {
|
||||
namespace {
|
||||
} //unnamed namespace
|
||||
|
||||
|
@ -144,4 +144,4 @@ namespace dinbpostgres {
|
|||
}
|
||||
conn.query("COMMIT;");
|
||||
}
|
||||
} //namespace dinbpostgres
|
||||
} //namespace dindb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue