post example for teaser making in harp
The [python-dbtxn](https://github.com/echaozh/python-dbtxn) is a library I wrote to ease db accessing from Python programs. Directly calling Python DBI leaves a lot of boilerplate code all over the place, and boilerplate code is bad. I googled, and there are no dbtxn like libraries, so I wrote my own. | |
<!-- more --> | |
There are 2 sources of boilerplate code: | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment