Talk

C++ templates and databases

In RussianComplexity -Hardcore. Really hard and demanding talk, you'll understand only if you're an experienced engineer.

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