forked from jadudm/eight
-
Notifications
You must be signed in to change notification settings - Fork 0
References
Matthew Jadud edited this page Nov 10, 2024
·
10 revisions
- https://til.simonwillison.net/sqlite
- https://avi.im/blag/2021/fast-sqlite-inserts/
- https://simonwillison.net/2021/Mar/15/sqlite-spellfix/
- https://observablehq.com/@asg017/scrape-json-html-zip-with-sqlite
- https://til.simonwillison.net/sqlite/copy-tables-between-databases
- https://github.com/rqlite/rqlite?tab=readme-ov-file
-
https://shot-scraper.datasette.io/en/stable/index.html
- This is a utility that can grab screencaps of web pages as well as run Javascript against a page in a virtual browser. That means we could extract content directly, or automate tests, or...
- https://kimsereylam.com/sqlite/2020/03/06/full-text-search-with-sqlite.html
- https://stackoverflow.com/questions/70847617/populate-virtual-sqlite-fts5-full-text-search-table-from-content-table
- https://blog.ouseful.info/2022/04/06/compiling-full-text-search-fts5-into-sqlite-wasm-build/
- https://phiresky.github.io/blog/2021/hosting-sqlite-databases-on-github-pages/
- https://abdus.dev/posts/quick-full-text-search-using-sqlite/
- https://darksi.de/13.sqlite-fts5-structure/
- https://sqlite.org/forum/info/00d53dbed15f5e5a
- https://charlesleifer.com/blog/using-sqlite-full-text-search-with-python/
- https://sqlite.org/fts5.html#synonym_support
- https://www.sqlite.org/spellfix1.html
- https://stackoverflow.com/questions/52803014/sqlite-with-real-full-text-search-and-spelling-mistakes-ftsspellfix-together
- https://stackoverflow.com/questions/49779281/string-similarity-with-python-sqlite-levenshtein-distance-edit-distance
- https://resources.gtaf.org/Technology/Sqlite-FTS-Aarabic-Tokeniser-e82e2f2d5db04f139e160e1ae4964638/
- https://lunrjs.com/docs/index.html