You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
ygl 15c62eac92 Create README.md 9 years ago
README.md Create README.md 9 years ago
_sqlite3.py first 9 years ago
_sqlite3_build.py first 9 years ago
sqlite3.c first 9 years ago
sqlite3.h first 9 years ago
sqlite3ext.h first 9 years ago

README.md

pypy_sqlite3

sqlite3 module from pypy with static sqlite3 build

How to use?

run python _sqlite3_build.py and copy the .pyd & _sqlite3.py file to the lib.

Why?

Because I want to use the latest sqlite version with dbapi. I found out the pypy version is easier to hack.