On Wed, Sep 23, 2009 at 08:27:34AM -0400, Pavel Ivanov scratched on the wall:
> What does ~/.sqliterc do, I wonder? And what "startup information are
> you talking about?
> 
> This page http://www.sqlite.org/different.html says specifically:
> "SQLite uses no configuration files".

  SQLite, the library, does not.

  sqlite3, the command-line utility, does.



  IIRC, if you have a .sqliterc file, the sqlite3 shell will
  automatically do the equivalent of a .read on it every time
  you start the program.

   -j

-- 
Jay A. Kreibich < J A Y  @  K R E I B I.C H >

"Our opponent is an alien starship packed with atomic bombs.  We have
 a protractor."   "I'll go home and see if I can scrounge up a ruler
 and a piece of string."  --from Anathem by Neal Stephenson
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to