PySQLPool
PySQLPool copied to clipboard
Can i use PySQLPool to shard data?
PySQLPool is just a connection pooling framework. So it has no built in functionality for sharding. This however doesn't stop you from being able to build a sharding layer above PySQLPool.