| Crates.io | realm-db-reader |
| lib.rs | realm-db-reader |
| version | 0.2.1 |
| created_at | 2025-08-09 21:42:05.415793+00 |
| updated_at | 2025-08-17 21:32:43.540048+00 |
| description | A Rust library for reading Realm database files |
| homepage | |
| repository | https://github.com/maartenstaa/realm-db-reader |
| max_upload_size | |
| id | 1788264 |
| size | 4,775,055 |
This is a Rust library that provides basic functionality for reading data from a Realm database. For usage and examples, please check the documentation.
This library supports reading .realm files of version 9.9, which are not
encrypted. Support for other versions may be added in the future.
In specific, you can:
Other than the limitations mentioned above regarding the Realm version, and not handling encryption, this library does not support:
This project is licensed under the MIT License.
Portions of this project are derived from work covered by the Apache License 2.0.
For those portions: