adamchainz / django-mysql

:dolphin: :horse: Extensions to Django for use with MySQL/MariaDB
https://django-mysql.readthedocs.io/
MIT License
568 stars 110 forks source link

dbparams should have an option for the SQL alchemy url format #142

Open adamchainz opened 9 years ago

adamchainz commented 9 years ago

As used by https://github.com/dbcli/mycli.

adamchainz commented 9 years ago

N.B. https://github.com/simonpercivall/django-dbshell-plus performs the main use case I thought of (launching mycli for your db). However it woudl also be useful for sqlalchemy powered libraries like https://csvkit.readthedocs.org/en/0.9.1/scripts/sql2csv.html