Recipes

March 29, 2026 ยท View on GitHub

< Index

Recipes

sqlpp23 can be extended to make it more powerful or easy to use in a given context.

This section contains some recipes for doing so.

  • Add a custom SQL function
  • Mapping to/from key-value store
  • Optimistic concurrency control
  • Thread-local connection
  • Custom types

Additional ideas are welcome, of course. Please file issues or pull requests.

< Index