lana-k / sqliteviz

Instant offline SQL-powered data visualisation in your browser
https://sqliteviz.com
Apache License 2.0
2.15k stars 117 forks source link

Execute queries on existing SQLite file #96

Closed ad-si closed 1 year ago

ad-si commented 2 years ago

Is there a way to put an existing SQLite file and sqliteviz on a server and let sqliteviz execute all queries against that file?

lana-k commented 2 years ago

You can put an existing SQLite file in sqliteviz (see docs) and all queries will be executed against that file.

If it doesn't work for you, please tell me more about what task you are trying to solve.