Skip to content

arpitbbhayani/umysql3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

umysql3


This is a fast MySQL Driver written in pure C/C++ for Python using Python 3 C API. The repository is a fork of ultramysql and is modified to support Python 3.

How to install

pip3.4 install umysql3

Building .so file

python setup.py build

Running tests

cd tests
mysql -u root < testdb.sql
python -m unittest tests.TestMySQL

About

Fast MySQL driver written in pure C/C++ for Python 3

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 41.9%
  • C++ 37.5%
  • Python 20.6%