apple / foundationdb

FoundationDB - the open source, distributed, transactional key-value store
https://apple.github.io/foundationdb/
Apache License 2.0
14.19k stars 1.29k forks source link

Use pathlib.Path in Directory layer in Python bindings if possible #11427

Open sepeth opened 1 month ago

sepeth commented 1 month ago

Currently path handling done internally with tuples via _to_unicode_path function in bindings/python/fdb/directory_impl.py. Maybe it is better to do this via pathlib.Path. This came up in a discussion in #11418.