Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fujiharuka/notion-into-sqlite
Download your Notion's database and save it locally into SQLite.
https://github.com/fujiharuka/notion-into-sqlite
Last synced: about 1 month ago
JSON representation
Download your Notion's database and save it locally into SQLite.
- Host: GitHub
- URL: https://github.com/fujiharuka/notion-into-sqlite
- Owner: FujiHaruka
- License: mit
- Created: 2022-03-12T08:03:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-03-27T10:29:19.000Z (over 2 years ago)
- Last Synced: 2024-10-12T12:03:12.178Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 154 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# notion-into-sqlite
A command line tool to download your Notion's database and save it locally into SQLite.
## Usage
You need Notion API key and database ID you want to download.
```
notion-into-sqlite --api-key --database-id
```For more detail, `$ notion-into-sqlite --help` shows available options.
## Installation
Using [Eget](https://github.com/zyedidia/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](https://github.com/FujiHaruka/notion-into-sqlite/releases/).
Or you can install via cargo.
```
cargo install notion-into-sqlite
```## Development
Release is managed by GitHub Actions. When a new tag is created, workflows for release will be triggered. Cross pre-built binaries will be uploaded to the release page, and a new version of crate will be released.