Skip to main content

save parsed markdown into sqlite db

Project description

vimania-sqlite

bash script to create a sqlite database from vimania's csv files,

sqlite-utils query semantic_units.db "
SELECT 
    document.name,
    general.start,
    general.end,
    general.breaks,
    general.timestamp,
    general.date,
    meeting.name AS meeting_name,
    meeting.start AS meeting_start,
    meeting.duration,
    meeting.minutes,
    meeting.participants
FROM document
LEFT JOIN general ON document.name = general.document_name
LEFT JOIN meeting ON document.name = meeting.document_name;
"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

notevault-0.1.0.tar.gz (16.3 kB view hashes)

Uploaded Source

Built Distribution

notevault-0.1.0-py3-none-any.whl (13.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page