Error: This functionality requires a Tokio context
Recently I started playing around with rust ffi. I’m trying to wrap a small postgres driver and provide a c interop interface. I’m using the sqlx
pg driver under the hood.
sqlx (rust): this functionality requires a Tokio context
Recently I started playing around with rust ffi. I’m trying to wrap a small postgres driver and provide a c interop interface. I’m using the sqlx
pg driver under the hood.