/corosqlite

Proof of concept SQlite3 "library" (not really) using C++20 coroutines

Primary LanguageC++

CoroSQLite

CoroSQLite is my playground for combining C++20 coroutines and SQLite.

I have mostly no clue what I'm doing, I just want to learn more about coroutines.