Tim Streater wrote:
> I don't use any extension at all for SQLite databases.

With SQLite's habit of appending "-journal" (or "-wal"/"-shm") to the
end of the file name, the extension would look weird.  For this reason,
I tend to use names like "some-data".

(I also prefer to use journal_mode=truncate, so that users aren't
surprised when a -journal file shows up, and try to do clever things
to it.)


Regards,
Clemens

Reply via email to