https://github.com/glugg23/mal_sql_backup
https://github.com/glugg23/mal_sql_backup
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/glugg23/mal_sql_backup
- Owner: glugg23
- License: mit
- Created: 2020-06-27T23:24:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T13:57:58.000Z (almost 6 years ago)
- Last Synced: 2025-01-19T14:28:58.778Z (over 1 year ago)
- Language: Rust
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MAL SQL Backup
## Usage
```bash
mal_sql_backup -p -u [skip-planned]
```
Username and password are required in order to fetch episode and chapter records.
If you want to skip attempting to fetch chapter and episode information for planned entries,
use the `skip-planned` flag, this will speed up the backup.
## Description
This is a program to backup your MAL lists to a SQLite database, as a way to persist your data,
and to allow ad-hoc queries.
This is still heavily in-progress, has only been tested with my own personal lists,
and databases produced with any build are not guaranteed to work with any future builds until a
`1.0.0` version is released.