Docs.rs
novax-sqlx-postgres-0.1.0
novax-sqlx-postgres 0.1.0
Permalink
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
DCh221
Dependencies
sqlx ^0.8.2
normal
env_logger ^0.11.5
dev
log ^0.4.22
dev
tokio ^1.40.0
dev
Versions
25%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
create_connection
novax_
sqlx_
postgres
0.1.0
novax_sqlx_postgres
Function
create_
connection
Copy item path
Source
pub async fn create_connection( my_conn:
PostgresConn
, num_cn:
u32
, ) ->
Result
<
PgPool
,
Error
>