Real-Time Full-Text Site Search with SQLite FTS5 extension

  • I'm a big fan of FTS5 as a cheap/easy way of adding full text search to datasets.

    Recently I've been storing these datasets in S3 and been querying them directly via a VFS[0]. Its a simple way to have FTS available to lambda functions without the cost of using an online database.

    [0]: https://github.com/psanford/sqlite3vfshttp

  • > sqlite cloud

    lmao

  • so, why use SQLite in cloud? Why not Postgres or MySQL?