• Course
    • Libraries: If you want this course, consider one of these libraries.
    • Core Tech

SQLite with Modern C++

Learn everything you need to know to make great use of this incredible little database engine with modern C++.

Kenny Kerr - Pluralsight course - SQLite with Modern C++
by Kenny Kerr

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

About the author

Kenny Kerr - Pluralsight course - SQLite with Modern C++
Kenny Kerr

Kenny Kerr is a computer programmer and recognized expert in Windows operating system development and programming languages.

More Courses by Kenny