MapaDoSite ModificaçõesRecentes Notícias SeçãoElisp HowTo

SqliteDump

sqlite-dump.el uses the FileFormat mechanism to display the contents of an SQLite database file using the sqlite or sqlite3 command .dump, including saving by an undump to re-write the file.

http://user42.tuxfamily.org/sqlite-dump/index.html

.dump is raw SQL creating the tables and contents. It can be a bit hard to read, but at least lets you nose around random database files (as long as they’re not too huge). For example recent mozilla uses .sqlite files for things like cookies (under ~/.mozilla).


SQLite FileFormat