Docs.rs
bubble-db-0.1.0
bubble-db 0.1.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
0xhappyboy
Dependencies
anyhow ^1.0
normal
async-trait ^0.1
normal
base64 ^0.21
normal
bb8 ^0.8
normal
bb8-postgres ^0.8
normal
bb8-redis ^0.12
normal
chrono ^0.4
normal
config ^0.13
normal
deadpool ^0.10
normal
futures ^0.3
normal
mysql ^24.0
normal
mysql_async ^0.36.1
normal
once_cell ^1.19
normal
postgres ^0.19
normal
redis ^0.23
normal
rusqlite ^0.29
normal
serde ^1.0
normal
serde_json ^1.0
normal
sqlx ^0.7
normal
thiserror ^1.0
normal
tokio ^1.35
normal
tracing ^0.1
normal
uuid ^1.7
normal
serde_json ^1.0
dev
tempfile ^3.8
dev
tokio ^1.35
dev
Versions
0%
of the crate is documented
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
to_sql_value
bubble_
db
0.1.0
bubble_db
Function
to_
sql_
value
Copy item path
Source
pub fn to_sql_value<T:
Serialize
>(value:
&T
) ->
DbResult
<
String
>