Not only is it a feature, it is a blessing. One of the most endearing features of Sqlite is that one file encapsulates everything. The simplicity is no accident but rather the reward of plenty of design discipline.
I can attest from experience to the improvement in software reliability achieved by removing .ini files and similar configuration add-ons. For example support call rates drop enormously. D. Richard Hipp wrote: > On May 2, 2008, at 2:50 PM, [EMAIL PROTECTED] wrote: >> Is there a way to configure SQLite using a property/config file? > > SQLite has no configuration file. This is by design. SQLite is > intended to be a "zero-configuration" database. See > http://www.sqlite.org/zeroconf.html > . The lack of a configuration file is a feature, not a bug. > > D. Richard Hipp > [EMAIL PROTECTED] > > > > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

