8 lines
268 B
Plaintext
Executable File
8 lines
268 B
Plaintext
Executable File
mongoutils namespace requirements:
|
|
|
|
(1) code is not database specific, rather, true utilities
|
|
(2) are cross platform
|
|
(3) may require boost headers, but not libs
|
|
(4) are clean and easy to use in any c++ project without pulling in lots of other stuff
|
|
(5) apache license
|