Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 404 Bytes

File metadata and controls

9 lines (5 loc) · 404 Bytes

LLKV SQL

llkv-sql exposes SqlEngine, the primary entry point for executing SQL against the LLKV database toolkit. It converts SQL text into typed plans, handles dialect quirks, batches insert workloads, and delegates execution to the runtime layer.

This crate is not intended for direct standalone use.

License

Licensed under the Apache-2.0 License.