oxen-core/src/sqlitedb
Jason Rhinelander d3684f6b44
Add iterable `prepared_results<T...>`
This gives back an iterator that lets you step through results as
tuples without having to executeStep() + get<...> yourself.
2022-05-26 15:06:12 -03:00
..
CMakeLists.txt Split up sqlitedb into a compiled unit 2022-05-24 17:36:24 -03:00
database.cpp Split up sqlitedb into a compiled unit 2022-05-24 17:36:24 -03:00
database.hpp Add iterable `prepared_results<T...>` 2022-05-26 15:06:12 -03:00