Vincent Breitmoser 89de934981 Use psycopg2cffi module instead of psycopg2 if running on pypy
The psycopg2 package isn't available for PyPy.  This commit adds a check
if the runtime is PyPy, and if it is uses psycopg2cffi module in favor
of psycopg2. This is almost a drop-in replacement, except for one place
where an additional cast to string is required.
2018-04-10 11:29:52 +02:00
..
2017-11-29 16:00:46 +00:00
2018-02-15 15:47:06 +00:00
2018-04-06 16:02:06 +01:00
2018-02-21 11:29:49 +00:00
2018-03-26 16:36:53 +01:00