safety-analytics-mapping / pysqldb3

Python3 version of pysqldb portion of ris library
1 stars 1 forks source link

add db connection inheritance #62

Closed shostetter closed 5 months ago

shostetter commented 6 months ago

Allows user to pass existing database connection object and new connection will use any parameters from other database connection to create its own, unless the parameter is explicitly passed to the current connection

shostetter commented 6 months ago

@Horaceshi624 reminder to review this