From 15c62eac9214a4689727e9a25c963073e7c55808 Mon Sep 17 00:00:00 2001 From: ygl Date: Thu, 27 Oct 2016 16:45:44 +0800 Subject: [PATCH] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ae988c8 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# 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.