Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
ODB, an ORM for C++
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What is ODB
- 3 What ODB wont do
- 4 What ODB fits into
- 5 What does ODB do
- 6 Database portability
- 7 Multidatabase support
- 8 Component support
- 9 Raspberry Pi
- 10 Footprint
- 11 Performance
- 12 License
- 13 Bug Tracker
- 14 Nonintrusive mapping
- 15 Friend declaration
- 16 Is the ID exclusively for ODB
- 17 Workflow
- 18 ODB Compiler
- 19 Database Instance
- 20 Query
- 21 Query examples
- 22 Prepare for performance reasons
- 23 Deleting persistent objects
- 24 ODB Profiles
- 25 Boost Profile
- 26 Cute Profile
- 27 Containers
- 28 Comments and Tags
- 29 Statement Tracing
- 30 Change Tracking Containers
- 31 Composite Values
- 32 Pointer
- 33 Circular
- 34 Two problems
- 35 Lazy pointers
- 36 Lazy weak pointers
- 37 ODB views
- 38 Optimistic concurrency
- 39 How to use optimistic concurrency
- 40 Fixing the first attempt