- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 340
 
Home
        Yevgeniy Zakharov edited this page Jan 18, 2022 
        ·
        33 revisions
      
    sqlite_orm is a powerful lightweight sqlite3 ORM library for C++14. All library classes and functions are located behind sqlite_orm namespace. Example: sqlite_orm::make_storage.
- make_storage
 - make_table
 - make_column
 - values
 - get_orm_error_category
 - get_sqlite_error_category
 - generated_always_as
 - as
 - foreign_key
 - unique
 - primary_key
 - default_value
 - check