ts-mysql-autocomplete

JSON →
library 0.0.2 ·javascript
verified Jun 5, 2026

A TypeScript-based autocomplete engine for MySQL queries. Current stable version is 0.0.2 (release cadence: low, as it is a minor version). It autocompletes keywords, table names, and column names, supports all MySQL versions, and integrates with database schemas. Differentiators: grammar-complete via ANTLR4, ships TypeScript types, and is part of a suite of related MySQL tools. It does not require a running MySQL server.