Crates.io | notion-into-sqlite |
lib.rs | notion-into-sqlite |
version | 0.1.2 |
source | src |
created_at | 2022-03-27 05:37:57.896416 |
updated_at | 2022-03-27 10:23:10.73281 |
description | Download your Notion's database and save it locally into SQLite |
homepage | |
repository | https://github.com/FujiHaruka/notion-into-sqlite |
max_upload_size | |
id | 557169 |
size | 57,731 |
A command line tool to download your Notion's database and save it locally into SQLite.
You need Notion API key and database ID you want to download.
notion-into-sqlite --api-key <NOTION_API_KEY> --database-id <NOTION_DATABASE_ID>
For more detail, $ notion-into-sqlite --help
shows available options.
Using Eget, which enables you to easiliy get pre-built binaries, is the most quick way to install.
eget FujiHaruka/notion-into-sqlite
You can directly download binaries from Releases.
Or you can install via cargo.
cargo install notion-into-sqlite