feat(rivetkit): add synchronous sqlite operations - #5659
Conversation
|
🚅 Deployed to the actors-pr-5659 environment in rivet-frontend
|
4568c34 to
c0c15c2
Compare
c0c15c2 to
7445c70
Compare
7445c70 to
527e186
Compare
|
Review: synchronous SQLite operations Solid feature addition with good breadth (napi bindings, both 1. Unverified assumption behind
fn wait_for_runtime<T, F>(future: F) -> napi::Result<T>
where F: Future<Output = anyhow::Result<T>> {
let runtime = tokio::runtime::Handle::try_current().map_err(|error| { ... })?;
// NAPI-RS enters its multithreaded runtime before invoking synchronous exports.
tokio::task::block_in_place(|| runtime.block_on(future)).map_err(...)
}Every The new Rust test ( 2.
I confirmed the underlying transaction coordinator (rivetkit-cores Minor
What looks good
|
Uh oh!
There was an error while loading. Please reload this page.