bonobo
bonobo copied to clipboard
Document installation of database drivers
Mysql
pip install mysqlclient LDFLAGS="-I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib" pip install mysqlclient
Postgresql
pip install psycopg2-binary