Skip to content

Instantly share code, notes, and snippets.

@echaozh
Last active December 25, 2015 04:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save echaozh/6916985 to your computer and use it in GitHub Desktop.
Save echaozh/6916985 to your computer and use it in GitHub Desktop.
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