Saturday, October 4, 2025

Show HN: A VS Code Extension for Genesis DB – The event sourcing database https://ift.tt/d9NraYl

Show HN: A VS Code Extension for Genesis DB – The event sourcing database I've been working on an extension that brings the full Genesis DB experience directly into Visual Studio Code. Genesis DB itself is a production-ready event-sourcing database engine, and with this extension you can now: - Manage multiple connections (dev, staging, prod) with token-based authentication - Explore events via a built-in Event Explorer UI - Commit new events, run GDBQL queries, and instantly view results - Manage schemas (register, browse, validate) directly in the editor - Use built-in GDPR features like event erasure, without leaving VS Code The goal: no more context switching between CLI, APIs, and docs, everything integrated into the editor you already use. You can check out the extension here: https://marketplace.visualstudio.com/items?itemName=patricec... I'd love to hear what you think: Is this something that would help your workflow? What would you expect from a database extension in VS Code? https://ift.tt/INkp5dH October 4, 2025 at 01:12AM

No comments:

Post a Comment

Show HN: Gridland: make terminal apps that also run in the browser https://ift.tt/5OaA6dy

Show HN: Gridland: make terminal apps that also run in the browser Hi everyone, Gridland is a runtime + ShadCN UI registry that makes it pos...