Commits
Click on a commit to change the comparison rangefeat: Implement KVConfig multi-backend architecture
- Add LMDBConfig class with comprehensive configuration options
- Update kv_get, kv_batch_get, kv_exists functions to accept KVConfig parameter
- Add backend validation and error handling for multiple backends
- Update test cases to use new KVConfig architecture
- Maintain backward compatibility with legacy URI parameters
- Provide factory methods for easy configuration creation