SQLite is an in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. Developed by D. Richard Hipp, Dan Kennedy, Joe Mistachkin
License: Open Source
CouchDB is a NoSQL database that excels in handling large volumes of JSON documents with distributed architecture, while SQLite is a lightweight, serverless SQL database ideal for local storage and simple applications.