shafayetShafee / interactive-sql

A Quarto Extension to run sql examples interactively
https://shafayetshafee.github.io/interactive-sql/example-revealjs.html
MIT License
26 stars 0 forks source link

start from database.sqlite #3

Open dannyvolkaerts opened 2 months ago

dannyvolkaerts commented 2 months ago

I checked the sqlime information but I couldn't figure out if it is possible to also include a ready sqlite database file instead of the DDL statements. I have an SQLite database file without the DDL statements which I want to use in a quarto file.

Thank you

shafayetShafee commented 2 months ago

Can you raise this issue in the sqlime project also? Because if sqlime support the feature you are asking, there is a good chance that the interactive-sql will also support that.