forked-synapse/synapse/storage/engines
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
..
__init__.py Use psycopg2cffi module instead of psycopg2 if running on pypy 2018-04-10 11:29:52 +02:00
_base.py copyrights 2016-01-07 04:26:29 +00:00
postgres.py Store state groups separately from events (#2784) 2018-02-06 14:31:24 +00:00
sqlite3.py Store state groups separately from events (#2784) 2018-02-06 14:31:24 +00:00