Docs.rs
sqlrite-1.0.0
sqlrite 1.0.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
jkmaina
Dependencies
half ^2.4
normal
hnsw_rs ^0.3.4
normal
memmap2 ^0.9
normal
prost ^0.13
normal
rayon ^1.10
normal
roaring ^0.10
normal
rusqlite ^0.33
normal
serde ^1.0
normal
serde_json ^1.0
normal
sqlrite-sdk-core ^1.0.0
normal
thiserror ^2.0
normal
tokio ^1.43
normal
tokio-stream ^0.1
normal
tonic ^0.12
normal
tempfile ^3.12
dev
protoc-bin-vendored ^3
build
tonic-build ^0.12
build
Versions
2.79%
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
execute_sql_statement_json
sqlrite
1.0.0
sqlrite
Function
execute_
sql_
statement_
json
Copy item path
Source
pub fn execute_sql_statement_json( conn: &
Connection
, statement: &
str
, ) ->
Result
<
Value
,
Error
>