- Shift+click to stack filters
- Clear filters
- Last query ( rows, ms)
- Download SQLite db (916KB)
- Console
This is a database of reviews of Genesis games (and a smattering of other systems). It was originally compiled in late 2007. So you can assume that pretty much every link to a review is completely broken.
Originally this was a very simple PHP/MySQL website that allowed updating and adding new reviews/games/systems/etc. It was long forgotten until I rediscovered it while doing some spring cleaning. I wanted to resurrect the original site, but the security was pretty atrocious and I can't really justify putting something that like that on the web in 2021. So I converted it to a SQLite database and made a new, read-only UI. And deleted the MD5-hashed passwords from the database.
This is probably also full of bugs since I mashed the whole thing together in a weekend and tried to just make it a single HTML page.
There is no longer a server: everything here is client-side. It uses sql.js (via WASM via Emscripten) to query the SQLite database client-side. I used this script to convert the old MySQL dump to SQLite, which, incredibly, worked on the first try.
Run arbitrary SQLite queries (destructive queries do not persist beyond a page refresh). Press Ctrl+Enter or click Run to run the query.
Sample queries (schema diagram):