| Crates.io | rltbl |
| lib.rs | rltbl |
| version | 0.1.0 |
| created_at | 2025-08-01 21:21:54.675036+00 |
| updated_at | 2025-08-01 21:21:54.675036+00 |
| description | Relatable (rltbl) is a tool for cleaning and connecting your data. |
| homepage | https://rltbl.org |
| repository | https://github.com/rltbl/relatable |
| max_upload_size | |
| id | 1777619 |
| size | 2,271,807 |
Relatable (rltbl) is a tool for cleaning and connecting your data. It preserves invalid data while you're in the process of cleaning it, and it helps you connect your data to controlled terminologies and data standards. You can use Relatable as a web app, as a command-line tool, in a notebook like Jupyter, or from your favourite programming language.
This early version of Relatable has a minimal feature set:
.relatable/relatable.dbThe SQLite database could be one you created, or it could have been created by VALVE.
Use Cargo, the Rust package manager, to build Relatable. You can either:
cargo run to compile and run a command, orcargo build to compile an executable target/debug/rltblRun rltbl help to get a full list of commands and options. For example:
rltbl get table <TABLE> prints the named tablerltbl get value <TABLE> <ROW> <COLUMN> prints a single valueContributions, issues, and feature requests are welcome! Please read our contribution guidelines and code of conduct.
Copyright © 2024 Knocean, Inc. This project is MIT licensed.