Skip to content

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

License

Notifications You must be signed in to change notification settings

FujiHaruka/notion-into-sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.

About

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

Resources

License

Stars

Watchers

Forks

Languages