Repository metrics
- Stars
- (402 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
https://twitter.com/BardakciBaba/status/1521927918603145216
Impressive! Does it download the whole database or only the bits sqlite actually needs - possibly via http range requests a la https://phiresky.github.io/blog/2021/hosting-sqlite-databases-on-github-pages/
Right now Datasette Lite downloads the whole SQLite database. But could it work with the range trick?
This would be difficult to pull off, because it would involve compiling a custom build of Python's sqlite3 module. Could probably use https://github.com/coleifer/pysqlite3 as a starting point for that.
I'm going to leave this open as a "research" and "help wanted" issue, in case anyone else is inspired to try and figure it out!