AFAIK, you can insert blob values only by converting them to hexadecimal using 
sql, unless you're using prepared statements. Last time I checked db_sqlite.nim 
in stdlib had no support for prepared statements. You should dive into low 
level wrapper sqlite3.nim or find another library which supports prepared 
statements.

Reply via email to