Skip to main content

Three Developers Supporting One Trillion Active Uses

· 2 min read

For many developers, SQLite is certainly familiar.

We know it's powerful, but didn't expect it to be THIS powerful.

SQLite currently has over one trillion (1e121e12) active uses.

It's mainly used in:

PlatformContains SQLite
Mobile DevicesEvery Android device, every iPhone and iOS device
ComputersEvery Mac, every Windows 10 machine
Web BrowsersEvery Firefox, Chrome, and Safari web browser
Communication AppsEvery Skype instance
Media AppsEvery iTunes instance, every Dropbox client
Financial SoftwareEvery TurboTax and QuickBooks
Programming LanguagesPHP and Python
Home EntertainmentMost televisions and set-top boxes
AutomobilesMost automotive multimedia systems
OthersCountless millions of other applications

👉 Table source: https://www.sqlite.org/mostdeployed.html

And SQLite's entire development team? Just three people:

👉 Image source: https://www.sqlite.org/crew.html

  • D. Richard Hipp: Started the SQLite project on May 29, 2000 and continues as the project architect. Richard was born in, lives in, and works in Charlotte, North Carolina. He holds a Master's degree in Electrical Engineering from Georgia Tech (1984) and a Ph.D. from Duke University (1992), and is the founder of the consulting firm Hwaci.
  • Dan Kennedy: An Australian currently living in Southeast Asia. He holds a degree in Computer Systems Engineering from the University of Queensland and has worked in various fields including industrial automation, computer graphics, and embedded software development. Dan has been a major contributor to SQLite since 2002.
  • Joe Mistachkin (pronounced "miss-tash-kin"): A software engineer and one of the maintainers of Tcl/Tk. He is also the author of the TclBridge component and the Eagle scripting language. He has been in the software industry since 1994.

Another interesting fact is that SQLite doesn't accept any external code contributions.

In other words, SQLite is open source but not open to code contributions.

This is mentioned in SQLite's copyright statement:

👉 Image source: https://www.sqlite.org/copyright.html

Many times, we can't help but marvel at the marginal cost of software.

One piece of code can be distributed to ten people, or to one billion people.

Three developers supporting one trillion active uses.

The value created by SQLite is unparalleled. Technology changes the world.

REFERENCES