#notion #sqlite #notion-api

bin+lib notion-into-sqlite

Download your Notion's database and save it locally into SQLite

2 releases

0.1.2 Mar 27, 2022
0.1.0 Mar 27, 2022

#1366 in Database interfaces

41 downloads per month

Custom license

28KB
705 lines

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 <NOTION_API_KEY> --database-id <NOTION_DATABASE_ID>

For more detail, $ notion-into-sqlite --help shows available options.

Installation

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

Dependencies

~29–45MB
~749K SLoC