Re: [sqlite] Major projects using SQLite

2006-07-17 Thread Stipe Tolj

Jon García de Salazar Bilbao wrote:


Hi,
Could you give examples of some major software projects using SQLite?


Kannel -- most used open source SMS and WAP gateway, http://www.kannel.org/ ;)

Stipe

---
Kölner Landstrasse 419
40589 Düsseldorf, NRW, Germany

tolj.org system architecture  Kannel Software Foundation (KSF)
http://www.tolj.org/  http://www.kannel.org/

mailto:st_{at}_tolj.org   mailto:stolj_{at}_kannel.org
---


Re: [sqlite] Major projects using SQLite

2006-07-17 Thread Jens Miltner


Am 14.07.2006 um 15:32 schrieb Jon García de Salazar Bilbao:


Could you give examples of some major software projects using SQLite?


Did you check out the list at ?

May not list _all_ the major projects, but sure lists quite a few...





Re: [sqlite] Major projects using SQLite

2006-07-14 Thread Jim Dodgen
I am using SQLite for a internal project. I has been under heavy use for 
over 18 months. It is a CGI application/web service constructed of 
31,000 lines of PERL and embedded SQL. It has worked flawlessly.  Even 
upgrades (currently 3.3.5) have been pretty smooth.


SQLite rules!

thanks to DRH


Re: [sqlite] Major projects using SQLite

2006-07-14 Thread drh
=?iso-8859-1?Q?Jon_Garc=EDa_de_Salazar_Bilbao?= <[EMAIL PROTECTED]> wrote:
> 
> Could you give examples of some major software projects using SQLite?

* Apple OS-X
* Solaris 10
* Firefox
* Monotone
* SymbianOS (used in cellphones)
* YUM
* America Online (AOL)
* PHP
* Philips MP3 players
* POPFile
* Amarok
* Trac
* McAfee Anti-Virus
* SpamSieve
* DSPAM
* Songbird

--
D. Richard Hipp   <[EMAIL PROTECTED]>



Re: [sqlite] Major projects using SQLite

2006-07-14 Thread Bill King

Jon García de Salazar Bilbao wrote:


Hi,
Could you give examples of some major software projects using SQLite?
Thanks, Jon.


Trolltech's qtopia mobile phone platform is using sqlite for pim, 
contacts, and document metainfo.

http://www.trolltech.com/products/qtopia


Re: [sqlite] Major projects using SQLite

2006-07-14 Thread G. Roderick Singleton
On Fri, 2006-07-14 at 15:16 +0100, Martin Jenkins wrote:
> Jon García de Salazar Bilbao wrote:
> > Hi,
> > Could you give examples of some major software projects using SQLite?
> > Thanks, Jon.
> 
> Solaris 10 - http://blogs.sun.com/roller/page/eric_boutilier/20050405
> 
> Martin

http://fedoraproject.org/wiki/Tools/yum
-- 
G. Roderick Singleton <[EMAIL PROTECTED]>
PATH tech


smime.p7s
Description: S/MIME cryptographic signature


Re: [sqlite] Major projects using SQLite

2006-07-14 Thread Craig Morrison

Jon García de Salazar Bilbao wrote:

Hi,
Could you give examples of some major software projects using SQLite?
Thanks, Jon.


FireFox 2.0..

--
Craig Morrison
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
http://pse.2cah.com
  Controlling pseudoephedrine purchases.

http://www.mtsprofessional.com/
  A Win32 email server that works for You.


RE: [sqlite] Major projects using SQLite

2006-07-14 Thread James Moore
Many, many PHP based sites (Including parts of PHP.net itself IIRC)..

http://www.php.net/sqlite 

- James

-Original Message-
From: Martin Jenkins [mailto:[EMAIL PROTECTED] 
Sent: 14 July 2006 15:16
To: sqlite-users@sqlite.org
Subject: Re: [sqlite] Major projects using SQLite

Jon García de Salazar Bilbao wrote:
> Hi,
> Could you give examples of some major software projects using SQLite?
> Thanks, Jon.

Solaris 10 - http://blogs.sun.com/roller/page/eric_boutilier/20050405

Martin


Re: [sqlite] Major projects using SQLite

2006-07-14 Thread Martin Jenkins

Jon García de Salazar Bilbao wrote:

Hi,
Could you give examples of some major software projects using SQLite?
Thanks, Jon.


Solaris 10 - http://blogs.sun.com/roller/page/eric_boutilier/20050405

Martin


Re: [sqlite] Major projects using SQLite

2006-07-14 Thread Jay Sprenkle

On 7/14/06, Jon García de Salazar Bilbao <[EMAIL PROTECTED]> wrote:

Hi,
Could you give examples of some major software projects using SQLite?


I created an events management website for a local convention.
sqlite was used for the storage and management of all the events at
the convention.