Database and sql support in PyCharm
I'm a lover of all Jetbrains products, a happy owner of RubyMine, PyCharm, Resharper, and IntelliJ. When working in Python, I like to use PyCharm rather than Intellij since it has a lot of nice little touches specific for Python work and it loads faster and feels snappier. However, I notice that PyCharm doesn't seem to support code completion and syntax highlighting in *.sql files. This is something I miss from Intellij and notice that it's even included in PhpStorm. Are there plans to support sql file editing in PyCharm?
Thanks and kudos on another great product.
Please sign in to leave a comment.
Hello Gareth,
Yes, we plan to include the SQL support (and to integrate it with the Django
database settings) in a future version of PyCharm.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Great! Thanks for the info.