Talk type: Talk

C++ templates and databases

  • Talk in Russian
Presentation pdf

Working with databases, we often get just the raw buffers, while it would be nice to get data in the form of C++ structures, classes and containers.

We'll talk about designing and implementing PostgreSQL driver with user-friendly interface, using almost all C++17 features available at the moment.

This approach can be adapted for almost any application level protocol.

  • #metaprogramming
  • #practical
Talks