Skip to content

Commit

Permalink
Use SQLite for parts database
Browse files Browse the repository at this point in the history
The intent here is to use this with
https://github.com/phiresky/sql.js-httpvfs. There are major missing
pieces:

- the python sqlite on my system doesn't have the fts5 extension
availible, so while sql.js-httpvfs theoretically supports full-text
search, it is not availible
- the sql.js-httpvfs VFS needs to be modified to download the index
file and map between the index & the gzipped data, and use the
Compression Streams API to decompress each chunk
- no work was done on the frontend portion of jlcparts
  • Loading branch information
flaviut committed Oct 2, 2023
1 parent eb5336a commit b0a6a59
Showing 1 changed file with 261 additions and 60 deletions.
Loading

0 comments on commit b0a6a59

Please sign in to comment.