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
..
2018-04-05 12:16:46 +01:00
2018-03-28 12:03:13 +01:00
2018-03-15 23:43:31 +00:00
2018-03-15 23:43:31 +00:00
2018-03-29 23:13:33 +01:00
2018-03-28 14:40:03 +01:00
2017-03-24 13:28:20 +00:00
2018-03-13 17:36:50 +00:00
2016-01-07 04:26:29 +00:00
2018-03-29 23:17:12 +01:00
2018-03-29 23:17:12 +01:00
2018-03-29 23:17:12 +01:00
2018-03-15 23:43:31 +00:00