Can anyone please suggest me a tool (preferably freeware) to insert data into a SQLite database? Most tools I’ve found allow you to only run queries, not insert.
The reason I need this, is because tables in he database contain BLOB fields, and I need to pre-feed data before deploying my application. And it’s not really cool to do this in code.
Thanks!
To answer my own question – the most feature-rich tool I was able to find is SQLite2009 Pro Enterprise Manager. And it’s free which is really important to me.