MCPcopy Create free account
hub / github.com/buffdb/buffdb / sqlite.rs

File sqlite.rs

src/backend/sqlite.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use crate::backend::{helpers, BlobBackend, DatabaseBackend, KvBackend};
2use crate::conv::try_into_protobuf_any;
3use crate::interop::into_tonic_status;
4use crate::proto::{blob, kv, query};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected