0 votes
in Python Packages and Data Access by
edited by
Which of the following specifies the number of connections in a connection pool?

Select the correct option from below:

a) pool_size

b) encoding

c) isolation_level

d) max_overflow

e) echo

1 Answer

0 votes
by

a) pool_size specifies the number of connections in a connection pool

...