l-v-yonsama / db-notebook

Javascript, SQL creation and execution, Markdown, etc. can be centrally managed in a file format called a notebook.
MIT License
6 stars 0 forks source link

[FEATURE REQUEST] Add SQLite support #6

Open lundeen-bryan opened 1 week ago

lundeen-bryan commented 1 week ago

I have one project that is in SQLite that I'm working on. I tried to convert it to PostgreSQL but it was a little too advanced for me. So I was wondering if it would be very hard to add SQLite support to DB Notebook?

Use cases would be for developers who only need to do exploratory analysis using SQLite, small projects, and when using SQLite as the db for a web app.

Typically, the source file is a .db or .sqlite file extension.

l-v-yonsama commented 3 days ago

I may try to program SQLite support next month when I have more time!

lundeen-bryan commented 3 days ago

Thank you so much. Have a good weekend!