bonobo icon indicating copy to clipboard operation
bonobo copied to clipboard

Document installation of database drivers

Open hartym opened this issue 6 years ago • 0 comments

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

hartym avatar Aug 02 '19 08:08 hartym