realm / realm-js

Realm is a mobile database: an alternative to SQLite & key-value stores
https://realm.io
Apache License 2.0
5.8k stars 576 forks source link

Refactor Android filesystem platform helpers #6928

Closed kraenhansen closed 1 week ago

kraenhansen commented 1 week ago

What, How & Why?

This closes #5296 using the std::filesystem API as a pre-requisite for merging https://github.com/realm/realm-js/pull/6927 (as that needs the ensure_directory_exists_for_file to get tests passing).

☑️ ToDos

kraenhansen commented 1 week ago

Ran tests locally to verify this, Android is green and because of https://github.com/realm/realm-js/commit/93d7d3e4548e534792522b17b0eeeace28d5e101 this will never be green on CI.