The article discusses a static torrent website that uses peer-to-peer queries over BitTorrent to query a database of 2 million records. This is achieved through the use of SQLite VFS abstraction and a custom VFS implementation that translates SQLite read calls to BitTorrent piece requests. The demo shows that a 300 MiB database can be queried from seeders for full text searches in less than 1 MiB traffic. The project aims to create a decentralized and censorship-resistant database hosting solution.