| Crates.io | kiistor |
| lib.rs | kiistor |
| version | 0.1.10 |
| created_at | 2024-03-07 23:56:34.783321+00 |
| updated_at | 2024-03-09 12:44:19.376307+00 |
| description | A small utility for loading game keys in/out of a PostgreSQL database |
| homepage | |
| repository | https://github.com/tatupesonen/kiistor |
| max_upload_size | |
| id | 1166378 |
| size | 65,620 |
kiistor (/ˈkiːstɔr/, KEE-stor) is a small utility written in Rust designed to facilitate the loading of game keys in and out of a PostgreSQL database. It provides a simple command-line interface for managing them.
Grab the latest release for your platform from the releases page
Get keys by title:
kiistor get --title <title> --count <count>
Load keys from a file:
kiistor load --file <file_path> --title <title>
In this example, it is assumed that game keys are newline delimited (\n)
List all keys in the database:
kiistor list
Perform database migrations:
kiistor migrate
You only need to run migrations if you're installing kiistor for the first time or you are upgrading to a new version of kiistor.
Contributions are welcome! If you have any suggestions, feature requests, or bug reports, please create an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
Disclaimer: This utility is provided as-is without any warranties. Use it at your own risk.