Object-Relational Mapping with ODB and Boost
Offered By: CppNow via YouTube
Course Description
Overview
Explore object-relational mapping in C++ with ODB and Boost in this 54-minute conference talk from CppNow 2011. Discover how ODB, an open-source and cross-platform ORM system, automatically generates code for converting between persistent classes and their database representation. Learn about the basic concepts and workflow of ODB, as well as its high customizability for integrating components from popular frameworks like Boost and Qt. Delve into the ODB profile for Boost, which supports persisting Boost value types, smart pointers, and containers. Gain insights into ODB's features, supported databases, performance, persistence techniques, and build workflow. Understand how to create database instances, handle exceptions, work with object constructors, update persistent objects, and implement container support and composite values.
Syllabus
Introduction
ODB features
GCC plugins
Supported databases
Performance
Persistence
License
Build workflow
Creating database instance
First bug report
Exception handling
Object constructors
Updating persistent objects
Creating query needs
Creating persistence routines
Container support
Composite values
Pointers
Schemas
Conclusion
Taught by
CppNow
Related Courses
Computer GraphicsUniversity of California, San Diego via edX Intro to Parallel Programming
Nvidia via Udacity Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera