markdown-to-sqlite

CLI tool for loading markdown files into a SQLite database


Keywords
datasette-io, datasette-tool, markdown, sqlite, yaml
License
Apache-2.0
Install
pip install markdown-to-sqlite==1.0

Documentation

markdown-to-sqlite

PyPI Changelog Tests License

CLI tool for loading markdown files into a SQLite database.

YAML embedded in the markdown files will be used to populate additional columns.

Usage: markdown-to-sqlite [OPTIONS] DBNAME TABLE PATHS...

For example:

$ markdown-to-sqlite docs.db documents file1.md file2.md

Breaking change

Prior to version 1.0 this argument order was different - markdown files were listed before the database and table.