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 51f79f6183 update sqlite version to 3.42.0 2 years ago
src update sqlite version to 3.42.0 2 years ago
tests changed file mode 7 years ago
README.md changed file mode 7 years ago

README.md

pypy_sqlite3

sqlite3 module from pypy with static sqlite3 build

How to use?

cd src

run python _sqlite3_build.py and copy the .pyd(.so) & _sqlite3.py to the path.

Why?

I want to use the latest sqlite and its extensions. I found out the pypy version is easier to hack.

01/11/2016

Connection supports backup, update sqlite version to 3.15