llkv-runtime 0.8.3-alpha

Execution runtime for the LLKV toolkit.
Documentation
1
2
3
4
5
6
7
8
9
# LLKV Runtime

`llkv-runtime` coordinates the end-to-end execution of SQL statements for the [LLKV](../) database toolkit. It bridges plans, storage, and MVCC so the higher-level SQL engine can remain stateless.

This crate is not intended for direct standalone use.

## License

Licensed under the [Apache-2.0 License](../LICENSE).