[SQLObject] Setting encoding on sqlite (on disk) DB
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Jason H. <jas...@gm...> - 2011-02-18 07:50:47
|
When using MySQL with SQLObject, I can use a URI like: "mysql://.../db?charset=utf8" to indicate the encoding. What's the equivalent for SQLite? What if I create the tables using the .createTable() class method — how do I specify it there? Thanks, Jason |