- Home
- Linux
- django-mysql-pool
- Downloading...
Last Viewed Software
django-mysql-pool 0.2
django-mysql-pool is a Django app to alter ENGINE to mysql_pool. You can add some DATABASE_POOL_ARGS, for example:DATABASE_POOL_ARGS = { 'max_overflow': 10, 'pool_size':5, 'recycle':300}Optionally, add a sa_pool_key value so we don't need...