- bson.hpp
- migrate to
absl::variant
orboost::variant2
- migrate to
- index.hpp
- add overload to compound_index's lookup taking
span<non_null_ptr<bson const>>
- add overload to compound_index's lookup taking
- index_manager.hpp
- add lookup functionality
- check compoun_index's insertion policy if all field must be present?
- cursor.hpp
- add compile time value getting largest possible cursor size
- collection.hpp
- change document vector to use
std::unique_ptr<document>
- refactor insertion API
- take entire documents
- take functors?
- change document vector to use
- TESTS!!!