datopian / markdowndb

Turn markdown files into structured, queryable data with JS. Build markdown-powered docs, blogs, and sites quickly and reliably.
https://markdowndb.com
MIT License
227 stars 13 forks source link

Any thoughts on support MySQL or PostgreSQL databases? #122

Open rufuspollock opened 2 months ago

rufuspollock commented 2 months ago

Originally posted by ccamacho-d February 27, 2024

Hey there! First off, kudos on the impressive work with MarkdownDB – it's truly something! 😊 I've been using SQLite, and it's solid, but I can't help but wonder about the potential power boost MySQL or PostgreSQL could bring. Any plans or considerations for integrating these databases into MarkdownDB in the future? Would love to hear your thoughts.

rufuspollock commented 2 months ago

@ccamacho-d great suggestion and loading to postgresql or mysql would be super easy - we just switch the adapter in the sql library we are using. Let us know if you'd be interested in contributing that 😄

rufuspollock commented 1 month ago

This could take form of a simple tutorial of how to set this up ...