SQLSeal
by hypersphere
Score: 43/100
favorite
share
Description
Category: Coding & Technical Tools

The SQLSeal plugin enables Obsidian users to transform CSV files in their vault into SQL databases for advanced querying. By creating sqlseal code blocks, users can define tables based on CSV files and execute SQL statements like SELECT, providing powerful data manipulation and analysis capabilities directly within Obsidian. Multiple tables can be defined in a single snippet, and tables remain local to the note for efficient organization. This plugin is ideal for managing and querying structured data within a vault, seamlessly integrating database functionality into the note-taking environment.

Stats
17
stars
1,001
downloads
0
forks
199
days
0
days
0
days
23
total PRs
0
open PRs
0
closed PRs
23
merged PRs
5
total issues
2
open issues
3
closed issues
100
commits
Latest Version
8 hours ago
Changelog

Huge upgrade to the code codebase. SQLSeal should be now much faster and more reliable thanks to the following:

  • Rewritten how files are synched - now each CSV file creates AT MOST one table in the database (synchronisations are being reused accross files)
  • Rewritten SQL parser - this enables using more advanced SQLite functionality like recursive CTEs, UNIONS and json_each!
  • (minor, technical): code got restructured and fixed so it's easier to contribute.
README file from