Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.