SQLite3 HTTP VFS Driver

SQLite DB URL
SQL
Don't even think about trying an unconstrained COUNT(*), with 16M records it takes 20 seconds when using local disk I/O
Things that work well:
SELECT zoom_level, tile_row, tile_column FROM tiles WHERE zoom_level = 1SELECT tile_data FROM tiles WHERE zoom_level = 10 AND tile_row = 600 AND tile_column = 600SELECT COUNT(*) FROM tiles WHERE zoom_level < 10
SQLite Worker Message
SQL Data