Re: [sqlite] development vs production

2008-05-10 Thread Eugene Wee
On Sat, 2008-05-10 at 10:11 -0700, Jim Dodgen wrote:
> SQLite is rock solid.
> 
> Also I don't think it wise to develop on a different DBMS that the one 
> you are going to use in production.

Perhaps Sebastian Stephenson was referring to the "stand-in for an
enterprise database during demos or testing" use on the "Appropriate
Uses For SQLite" page:
http://www.sqlite.org/whentouse.html

That said, the other uses listed seem to make it clear that SQLite is
indeed suitable for production use.

Regards,
Eugene Wee


___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] development vs production

2008-05-10 Thread Jim Dodgen
SQLite is rock solid.

Also I don't think it wise to develop on a different DBMS that the one 
you are going to use in production.


sebastian stephenson wrote:
> I see that sqlite is great for development but for production would  
> that be a bright idea?
> see ya
>
> sebey
>
>
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
>   

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] development vs production

2008-05-10 Thread Rich Shepard
On Sat, 10 May 2008, sebastian stephenson wrote:

> I see that sqlite is great for development but for production would that
> be a bright idea?

   In addition to Roger's comment, take a look at the web site. The home page
shows that Adobe, Mozilla, and Symbian are sponsors.

   Why would you wonder if SQLite is suitable for production environments?
I'm really curious. Your question strikes me as equivalent to asking if gcc
is good for compiling production code while accepting that it's OK for
development work.

Rich

-- 
Richard B. Shepard, Ph.D.   |  IntegrityCredibility
Applied Ecosystem Services, Inc.|Innovation
 Voice: 503-667-4517  Fax: 503-667-8863
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] development vs production

2008-05-10 Thread Federico Granata
2008/5/10 sebastian stephenson <[EMAIL PROTECTED]>:

>
> I see that sqlite is great for development but for production would
> that be a bright idea?
> see ya
>
it you develop a single user embedded sw than sqlite is a good solution, if
you develop a db for a really BIG with many concurrent write access then
sqlite is a bad solution

P.S. sorry for my english
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] development vs production

2008-05-10 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

sebastian stephenson wrote:
> I see that sqlite is great for development but for production would  
> that be a bright idea?

http://sqlite.org/famous.html

There are many many other people using it production, such as the
majority of people on this mailing list!

Roger
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIJYMHmOOfHg372QQRAkCcAKCxo27h9qrg7POvR4xMtUeGGFVQWwCcDmtl
cyJU6U7OkVEke49DwvHuKsg=
=1gnq
-END PGP SIGNATURE-
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] development vs production

2008-05-10 Thread sebastian stephenson

I see that sqlite is great for development but for production would  
that be a bright idea?
see ya

sebey


___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users