On 03/06/16 18:56, Gelin Yan wrote:
>    APSW is great, I have used it for years. I want to know whether it
> support pypy. I have switched to pypy for a while.

APSW at its heart is very much a CPython extension and uses that C API
to bind to SQLite.  I did port APSW to pypy a few years ago which
required disabling some things (eg the shell) due to missing APIs in
pypy.  However IIRC they didn't provide enough of the C API and while I
was willing and trying to push things forwards, no one involved with
pypy project was interested.  Try following the build instructions with
whatever version of pypy you are using and see what happens.

Roger


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to