I've been using SQLite databases for development for a while now and I thought it would be useful to just view the contents of the generated db file. Are there any good tools out there for viewing SQLite db files and/or tools for running queries against them?
+1
A:
Here are a few free tools:
- SQLite Manager (Firefox plugin)
- SQLite Administrator
- SQLiteSpy
- SQLite Database Browser
I prefer SQLite Administrator, and occasionally use the Firefox version. There are other commercial options too.
ars
2010-04-12 19:06:58