Exporting Language Server Data to SQL
Summary
The post documents exporting data from a language server into a SQL database to overcome the verbosity of JSON-RPC. It compares data access methods for common tooling, demonstrates a bash-driven workflow to query language server data, and shows how to store and inspect results with duckdb. It also reflects on language server protocol history and visualization ideas.