Anime, manga, and games, with a take · A Yukimedia publication

← all stories games 2 sources · 1h ago ·

Mystery Game Ghost in the SQL Data Adds Japanese Support

The game's approach of teaching SQL through mystery case resolution, combined with the Japanese localization, could open a niche for educational programming games in the Japanese market.

Key Facts

  • Ghost in the SQL Data is a mystery adventure game where players solve cases by writing SQL queries against a database of evidence.
  • The opening case involves a fire reported 14 minutes before it broke out, and players must investigate this contradiction using SQL.
  • The game is scheduled to support Japanese, with a demo planned for September 10, 2026.
  • Ghost in the SQL Data is developed and published by Isaac MENARD and is registered as free-to-play on Steam.
  • The game is designed for players with no SQL knowledge, starting with basics and explaining errors with underlined causes.

Reporting from 2 sources: Denfaminicogamer, Game Spark.

Mystery Game Ghost in the SQL Data Adds Japanese Support

The Steam store page for Ghost in the SQL Data, a mystery adventure game where players solve cases by writing SQL queries, is now live. Developer Isaac MENARD announced Japanese language support following attention from Japanese indie game media, and a demo is scheduled for September 10. The game sends player-written queries to a database built from case evidence files. In the opening case, a fire is reported 14 minutes before it breaks out, and players must use SQL to resolve the contradiction. The game has no dialogue wheels or lockpicking; instead, players write code to query evidence and identify the culprit from returned records. It is designed to be playable without prior SQL knowledge, starting from basics and introducing concepts gradually through checkpoints. Error messages are translated to explain what is wrong with the written line, with the problematic part underlined. The game is registered as free-to-play on Steam, with the release date undecided. Development and publishing are handled by Isaac MENARD. The game uses real SQL syntax, and skills learned in-game can be applied to real-world database work.

The game's attention in Japan grew after Indie Freaks, a media and support outlet for indie games, introduced it on X. MENARD responded by adding Japanese support to the development to-do list and scheduling the demo for September 10. The full game remains planned for PC via Steam, with a free-to-play tag on its store page.

According to the developer, the game avoids keyword matching for judgment. Instead, it compares the rows the player retrieves with the rows the correct answer returns. This design aims to teach SQL as a functional tool rather than a quiz format. Each case begins with a briefing that explains the structure of events as rows and columns, introducing one concept per checkpoint while solving the case.

The game emphasizes that knowledge gained in-game transfers directly to practical work, using the same syntax written in real database operations. Players can read results, graph them, or pin them to a wall while continuing the investigation.

Synthesized by Yomimono from the 2 cited sources below, including Japanese-language reporting where cited, then editorially reviewed before publishing.

Sources