Commit Graph

9 Commits (master)

Author SHA1 Message Date
Chris Veilleux 3295ac70a0 change loggers in selene.util to all use module name instead of package 2022-03-10 11:37:39 -06:00
Steve Penrod 9dc4d62490 Adding the basics to prepare for publishing this repo
Changes include:

* Adding AGPL 3.0 license template (TODO: Apply to all 200+ *.py files)
* Adding AGPL license files
* Add generic public repo files (CONTRIBUTING, etc)
* Simple README updates
* Adding other generic files, e.g. .github templates
2019-07-27 18:44:23 -05:00
Chris Veilleux 43ef249d00 change public API to use a different connection pooling mechanism 2019-05-22 13:12:23 -05:00
Chris Veilleux acb24c95ca bug fixes for connecting to a DigitalOcean hosted database 2019-04-02 12:09:15 -05:00
Chris Veilleux 91a77c5720 added sslmode to connection config to support DigitalOcean database hosting 2019-03-04 00:44:53 -06:00
Chris Veilleux 440bdaabc6 provided ability to specify value of database connection's autocommit attribute 2019-02-05 12:28:49 -06:00
Chris Veilleux c0ed35a9f6 added some comments to clarify the different connection methods. 2019-01-31 11:13:44 -06:00
Chris Veilleux 01f17d03de fixed a couple of minor bugs encountered in testing 2019-01-30 20:32:20 -06:00
Chris Veilleux cd3b67b127 initial attempt at implementing database connection pooling. side effect of changes was converting selene.util.db to a package to split out the different database functions in to their own modules 2019-01-30 18:57:31 -06:00