Hacker News new | ask | show | jobs
by throwaway894345 1254 days ago
Last I checked, Pypy wasn’t compatible with many important packages in the Python ecosystem. As of a couple years ago, there was no trustworthy, supported package for talking to a Postgres database with Pypy because psycopg2 wasn’t supported.
2 comments

I've been using PyPy and psycopg2cffi in production for the last 5-6 years or so without any issues.

https://pypi.org/project/psycopg2cffi/

Interesting. I wasn't able to get that working when I tried several years ago. I forget the specific issue.
When is the last time you checked ?

I have run it with pandas+numpy and postgres+timescale without issue for the last year.

Several years ago now.