Course
Skills Expanded
SQLite with Modern C++
Learn everything you need to know to make great use of this incredible little database engine with modern C++.
What you'll learn
This course introduces C++ developers to the SQLite database engine, an embeddable and completely self-contained database engine written entirely in C. The benefit for C++ developers is that there is no configuration or distribution headaches. The drawback is that the API is provided in C. This course will show developers how to effectively and efficiently wrap the C API in a modern C++ abstraction that adds no runtime cost but greatly improves reliability and productivity.
Table of contents
Introduction
5mins
Getting Started with SQLite
21mins
Mastering SQLite Resources
15mins
SQLite Connections and Exceptions
22mins
Taking Command of SQLite Statements
50mins
Distinctive SQLite Features
37mins