decaf-dev / obsidian-dataloom

Weave together data from diverse sources and display them in different views. Inspired by Excel spreadsheets and Notion.so.
https://dataloom.xyz/
MIT License
914 stars 33 forks source link

Have sqlite database as source #808

Open pcause opened 12 months ago

pcause commented 12 months ago

Problem

This seems really great but I have some apps that export to sqlite and frankly that format is more compact and faster to process. Can you allow an sqlite database, stored in the vault to be a source

Solution

use sqlite as a source. user can specify the table to be used as the source.

Additional details

No response

decaf-dev commented 12 months ago

I like that idea. I think that it should be feasible. Will have to look into it more.