> -----Original Message----- > From: pgsql-general-owner@xxxxxxxxxxxxxx [mailto:pgsql-general- > owner@xxxxxxxxxxxxxx] On Behalf Of Vivek Khera > Sent: Thursday, October 06, 2005 1:55 PM > To: Postgres General > Subject: Re: License question > > > On Oct 4, 2005, at 4:38 PM, Aaron Smith wrote: > > > I never imagined that I would get so many responses. Thanks for all > > the great information! > > depending on the nature of your DB you may wish to investigate SQLite > as well. it is designed to be embedded into apps, not run as a > separate server, which us better suited to some uses. > > SQLite is public domain, meaning there is not even a copyright > holder, so you can literally do whatever you want with it. SQLite is also modeled after {a subset of} the PostgreSQL grammar. So when you want to step up from a little baby database, you can step right into PostgreSQL with minimal muss and fuss. SQLite Grammar page: http://www.sqlite.org/lang.html ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match