Ben Chuanlong Du's Blog

It is never too late to learn.

IDE for SQL

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Jupyter / JupyterLab

I personally prefer to query databases using a Jupyter/lab notebook. The reason is that results of queries are persisted in the notebook for future reference and sharing.

dbeaver …

Tips on dbeaver

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

General Tips

  1. Standalone dbeaver can install some eclipse plugins.

Vim Keybindings

You can install vrapper as vim keybindings on dbeaver.

  1. Help -> Install Software

  2. Add vrapper repository http://vrapper …