ekodb_client 0.18.1

Official Rust client library for ekoDB - A high-performance database
Documentation
1
2
3
4
5
6
7
//! Query utilities
//!
//! This module provides query-related utilities.
//! The main Query type is in the types module and has builder methods built-in.

// This module is kept for potential future query utilities
// Query itself has all the builder methods needed