/postgresql_syntax_checker_magic

magic to help checking postgres syntax from ipython notebook

Primary LanguagePythonMIT LicenseMIT

postgresql_syntax_checker_magic

Introduces a %%postgresql_syntax_checker magic.

Installing

Usage

In [1]: %load_ext postgresql_syntax_checker
In [2]: %%postgresql_syntax_checker
        select id from account;