github.com/mallt/mysql-to-org-mode ↗
Minor mode for emacs to output the results of mysql queries to org tables
Open this visualization on its own page →
Contributors
2
Lines of Code
35
From
2016-08-03
To
2020-06-02
About mallt/mysql-to-org-mode
mysql-to-org-mode is an Emacs minor mode that enables users to execute MySQL queries directly within their editor and view the results formatted as org-mode tables. The extension integrates seamlessly with Emacs by providing convenient keybindings for evaluating queries from the current line, selected region, or a dedicated scratch buffer.
The mode includes practical features for database work, such as autocomplete for table and column names, parameter replacement for dynamic queries, and customizable MySQL connection settings. Users can specify their MySQL command and username through configuration variables, and the mode securely prompts for a password on first activation. Query results are automatically formatted as org tables, making them easy to read and manipulate within Emacs documents.
The extension is available through MELPA, making installation straightforward for Emacs users. It's particularly useful for developers who want to stay within their editor workflow while exploring or testing database queries without switching to separate database clients.