bun
bun copied to clipboard
Bun is a simple to use C++ Object Database, Object Relational Mapper (ORM) and key-value library
I just included bun.hpp `#include "blib/bun/bun.hpp"` and I try to compile it, but I get error: ``` blib/bun/impl/orm.hpp:1995:20: error: ‘type_conversion’ is not a class template struct type_conversion { ^~~~~~~~~~~~~~~ blib/bun/impl/orm.hpp:1995:36:...
Where can I get this information ? I am trying to find it on BUN description and with googling but no success..( I tried format of postgres but I got...
Currently the kv store is unqlite. It will be good to integrate LevelDb with Bun
Identifiers with double underscores (`__foo`) or underscore followed by a capital letter (`_Foo`) are reserved by the implementation, so should not be defined by libraries. https://github.com/BrainlessLabs/bun/blob/master/include/blib/bun/impl/DbBackend.hpp#L25
Hello! I am unable to build and install Bun on linux (ubuntu 20.04). I am using gcc and g++ 10.05 version. It gives the following error :  I have...