Docs.rs
minco-sqlx-sqlite-1.2.1
minco-sqlx-sqlite 1.2.1
Docs.rs crate page
MIT
OR
Apache-2.0
10 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
xicv
Dependencies
async-trait ^0.1
normal
chrono ^0.4
normal
minco-db ^1.2.1
normal
minco-plugin-audit ^1.2.1
normal
minco-plugin-idempotency ^1.2.1
normal
minco-plugin-sessions ^1.2.1
normal
serde ^1.0
normal
serde_json ^1.0
normal
sqlx ^0.9.0
normal
thiserror ^2.0
normal
uuid ^1
normal
tempfile ^3.27
dev
tokio ^1.52
dev
Versions
2.86%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
connect
minco_
sqlx_
sqlite
1.2.1
minco_sqlx_sqlite
Function
connect
Copy item path
Source
pub async fn connect( config: &
SqlitePoolConfig
, ) ->
Result
<
SqlitePool
,
SqliteError
>