What is the best solution for database connection pooling in python?

前端 未结 8 1559
青春惊慌失措
青春惊慌失措 2020-11-28 23:09

I have developed some custom DAO-like classes to meet some very specialized requirements for my project that is a server-side process that does not run inside any kind of fr

8条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-28 23:16

    I've just been looking for the same sort of thing.

    I've found pysqlpool and the sqlalchemy pool module

提交回复
热议问题