Docs.rs
ontocore-query-0.13.0
ontocore-query 0.13.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
08 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
eddiethedean
Dependencies
csv ^1
normal
ontocore-catalog ^0.13.0
normal
ontocore-core ^0.13.0
normal
oxigraph ^0.4
normal
serde ^1
normal
serde_json ^1
normal
sqlparser ^0.53
normal
thiserror ^2
normal
ontocore-catalog ^0.13.0
dev
Versions
11.11%
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
Skip to main content
run_sql
ontocore_
query
0.13.0
In ontocore_
query::
sql
ontocore_query
::
sql
Function
run_sql
Copy item path
Source
pub fn run_sql(catalog: &
OntologyCatalog
, sql: &
str
) ->
Result
<
QueryResult
>