bun icon indicating copy to clipboard operation
bun copied to clipboard

Bun is a simple to use C++ Object Database, Object Relational Mapper (ORM) and key-value library

Results 9 bun issues
Sort by recently updated
recently updated
newest added

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

enhancement
help wanted
Hacktoberfest
good first issue

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

bug
Hacktoberfest
good first issue

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 : ![image](https://github.com/BrainlessLabs/bun/assets/42703358/3c6e8734-d32a-45cf-b91f-d973a4d25245) I have...