sqlx-core 0.8.6

Core of SQLx, the rust SQL toolkit. Not intended to be used directly.
Documentation
1
2
3
4
5
mod socket;

pub fn available() -> bool {
    tokio::runtime::Handle::try_current().is_ok()
}