tabularis
/blog/#json-rpc

1 post tagged with #json-rpc

Jun 24, 2026, 09:00·14 min read·#plugins

Database drivers as external processes

About three months ago I added support for plugin drivers outside the Tabularis process. External drivers are ordinary programs speaking JSON-RPC over stdin/stdout. This is a retrospective on why that design held up, where it leaked, and the credential bug hidden in a HashMap insert.

Read article