auvipy / django-sqlalchemy

Django ORM built on top of SQLalchemy core 2.0 for seamless integration of SQLAlchemy with Django 4.2+ PostgreSQL 14+ only for now. [pre POC now]

Home Page:https://pypi.org/project/django-sqlalchemy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate Colorize for Management Commands

GoogleCodeExporter opened this issue · comments

We need to investigate colorization down the road so the "user experience" is 
similar to Django

Original issue reported on code.google.com by mtr...@gmail.com on 20 Mar 2008 at 4:29

Well, Pygments is nice. You could just implement a wrapper for it, so that SQL 
code
coming out could be passed through the SQL lexer and command-line formatter, so 
SQL
will be printed in color on the terminal.

Original comment by crack...@gmail.com on 21 Sep 2008 at 4:18

closing as its not supported by django anymore.