8000 GitHub - rtyler/django-moxy: Moxy is a Django database backend for MySQL using MySQLdb and Eventlet's db_pool
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Mar 8, 2018. It is now read-only.

rtyler/django-moxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

django-moxy

What it is

"Moxy" is a Django database backend for MySQL. Built on top of MySQLdb [0] and Eventlet [1], it uses eventlet.db_pool to provide a greenthread-safe means of accessing MySQL via MySQLdb's blocking calls.

Why Moxy?

Another member of the #eventlet channel on Freenode was soliciting for names of a reverse proxying HTTP server he wrote built off of Eventlet. I suggested the name "Moxy" which was well received until everybody started listing examples of other projects named "Moxy".

Since then it's become a kind of lame inside joke to suggest "Moxy" as the name for any new project.

[0] http://sourceforge.net/projects/mysql-python/ [1] http://eventlet.net

About

Moxy is a Django database backend for MySQL using MySQLdb and Eventlet's db_pool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0