cpp-sqlitelib icon indicating copy to clipboard operation
cpp-sqlitelib copied to clipboard

C++ SQLite wrapper library

Results 3 cpp-sqlitelib issues
Sort by recently updated
recently updated
newest added

Hello! I really like this project, however, I have come to an error, which I couldn't fix. It seems that when you initialize a database with sqlitelib in a class,...

- Introduced DECLARE_SQLITE_FIELDS macro for declarative mapping of C++ structs to SQLite tables. - Enables ORM-style interaction by registering fields and their corresponding column names. - Simplifies querying and data...