foundationdb
foundationdb copied to clipboard
Use pathlib.Path in Directory layer in Python bindings if possible
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.