hiberlite icon indicating copy to clipboard operation
hiberlite copied to clipboard

C++ ORM for SQLite

Results 16 hiberlite issues
Sort by recently updated
recently updated
newest added

For Core Data, there's an entire programming guide for data migration and versioning: https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/CoreDataVersioning/Articles/Introduction.html#//apple_ref/doc/uid/TP40004399-CH1-SW1 Does hiberlite support any sort of data migration between schemas? What sort of approach should I...

When I started the project in 2004(ish) I didn't know much about coding styles. Decision I regret the most is using tabs (because it's 2014 and nobody else seems to...

It would be really nice to be able to do ``` friend class hiberlite::access; template void hibernate(Archive & ar) { ar & HIBERLITE_NVP(_Name); ar & HIBERLITE_ONETOMANY(_Employers); } ... vector _Employers;...

I'd like to help with adding features to hiberlite, but documentation on how hiberlite works is a bit sparse. Do you mind adding this? Is there a way I can...

fix undefined uint8_t when building with GCC 13 by adding `#include ` to `include/some_types.h`

Add the needed include to `some_types.h` ```cpp #include ```