Skip to content

Instantly share code, notes, and snippets.

@frabcus
Created April 25, 2012 13:50
Show Gist options
  • Save frabcus/2489849 to your computer and use it in GitHub Desktop.
Save frabcus/2489849 to your computer and use it in GitHub Desktop.
#!/usr/bin/python
# coding=utf-8
import dumptruck
dt = dumptruck.DumpTruck()
dt.insert({"name": "Super Digger", "payload": 10, "英国": "yes"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment