Databases taste better with Python.
Thanks to Mike Wilson, ipython-sql now supports bind variables!
In [12]: name = 'Countess' In [13]: %sql select description from character where charname = :name Out[13]: [(u'mother to Bertram',)]
Post a Comment
No comments:
Post a Comment