Is there a SQL parser in Julia?

I couldn’t find one.

You can use ODBC.jl. Frankly at this point I’d recommend using PyCall to make use of one of the Python SQL packages. I recently updated a wrapper for SQLAlchemy, which has not been thoroughly tested but has been working ok for me.