Files
kumomta/docs/reference
Wez Furlong 2cf3d2387c add sqlite data access
A bit of a big commit because I wanted sqlite queries to run
async and there isn't a sane way to tell in mlua whether a
given context is safe to yield for an await, which meant making
every case where we call into lua be fully async.

This adds a simple but powerful binding to sqlite that performs
its IO in a blocking tokio thread pool, and returns the results
back to lua.

There is no implicit caching of queries, and no implicit connection
pooling.
2023-03-04 18:07:31 -07:00
..
2023-02-25 20:41:50 -07:00
2023-03-03 10:56:22 -07:00
2023-03-01 19:57:47 -07:00
2023-03-04 18:07:31 -07:00
2023-02-25 10:50:58 -07:00