---
type: note
kind: Idea
tags: [sqlite, bun, neovim, vscode, cli]
status: release
ctime: 2025-12-26
mtime: 2025-12-26
generated: { by: human:cbcruk, at: 2026-01-05T10:59:14Z }
verified: { by: claude/opus-5, at: 2026-08-19T00:00:00Z }
sources:
  - id: github-nvim-telescope-telescope
    resource: https://github.com/nvim-telescope/telescope.nvim
    title: "Neovim Telescope"
  - id: code-visualstudio-api
    resource: https://code.visualstudio.com/api
    title: "VS Code 확장"
  - id: bun-docs-bundler
    resource: https://bun.sh/docs/bundler/executables
    title: "Bun Single-file Executable"
---

MDIR 스타일 인터페이스 개발 - SQLite DB를 탐색하는 도구

1. [Neovim Telescope](https://github.com/nvim-telescope/telescope.nvim) 순수 Neovim 솔루션. `:StoryBrowse`, `:StorySearch`
2. [VS Code 확장](https://code.visualstudio.com/api) Activity Bar + Tree View + Quick Pick
3. [Bun Single-file Executable](https://bun.sh/docs/bundler/executables) `--compile`로 DB + 웹서버 + 프론트엔드 단일 파일 (~100MB)
