db: add a "bytes" type, corresponding to ByteBuffer (serialized values)
Using sstring can lead to confusion with UTF8 strings.
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
|
||||
using bytes = basic_sstring<uint8_t, uint32_t, 31>;
|
||||
|
||||
struct row {
|
||||
std::vector<boost::any> cells;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user