SQLite AlternativesRelational Databases and other similar apps like SQLite
SQLite is described as 'Software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain' and is a very popular relational database in the development category. There are more than 50 alternatives to SQLite for a variety of platforms, including Windows, Linux, Mac, BSD and Self-Hosted apps. The best SQLite alternative is PostgreSQL, which is both free and Open Source. Other great apps like SQLite are MySQL Community Edition, MariaDB, MongoDB and Microsoft SQL Server.
- Relational Database
- Free • Open Source
- 74 PostgreSQL alternatives
PostgreSQL is a powerful, open source object-relational database system with over 35 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.
License model
- Free • Open Source
Application type
Platforms
- Mac
- Windows
- Linux
- BSD
- Self-Hosted
PostgreSQL Features
Comments about PostgreSQL as an Alternative to SQLite
- 68 MySQL Community Edition alternatives
MySQL Community Edition is a freely downloadable version of the world's most popular open source database that is supported by an active community of open source developers and enthusiasts.
License model
- Free • Open Source
Application type
Country of Origin
United States
Platforms
- Mac
- Windows
- Linux
- BSD
MySQL Community Edition Features
- 55 MariaDB alternatives
MariaDB is a backward compatible, drop-in replacement of the MySQL® Database Server. It includes all major open source storage engines.
License model
- Free • Open Source
Application type
Country of Origin
Finland
EU
Platforms
- Windows
- Linux
- BSD
MariaDB Features
Comments about MariaDB as an Alternative to SQLite
SQLite is an in-process database while MariaDB is a networked database.
- 102 MongoDB alternatives
MongoDB is a document database with the scalability and flexibility that you want with the querying and indexing that you need
License model
- Freemium • Proprietary
Application type
Country of Origin
United States
Platforms
- Mac
- Windows
- Linux
- Online
- BSD
MongoDB Features
Comments about MongoDB as an Alternative to SQLite
RemovedUserAs with PostgreSQL this is a whole different category of database. It is for networked client-server architecture of systems, not an embedded, file based database for use cases like offline apps. Plus: MongoDB is a NoSQL database. By itself it is good, though!
John FastmanNot an inherent vulnerability, but MongoDB admins should ensure they're avoiding common pitfalls by, among other things, blocking access to port 27017 or binding local IP addresses to limit access to servers. Lots of MongoDBs have been hijacked by hackers recently: http://arstechnica.com/security/2017/01/more-than-10000-online-databases-taken-hostage-by-ransomware-attackers/
- 68 Microsoft SQL Server alternatives
SQL Server delivers on Microsoft’s Data Platform vision by helping your organization manage your data by enabling you to store data from structured, semi-structured, and unstructured documents within the database.
License model
- Freemium • Proprietary
Application types
Country of Origin
United States
Platforms
- Windows
- Linux
Microsoft SQL Server Features
Comments about Microsoft SQL Server as an Alternative to SQLite
SQLite is an in-process database while SQL Server is a networked database.
- 58 Triplit alternatives
A full-stack, syncing database that runs on both server and client. Pluggable storage (indexeddb, sqlite, durable objects), syncs over websockets, and works with your favorite framework (React, Solid, Vue, Svelte).
License model
- Free • Open Source
Platforms
- Self-Hosted
- Software as a Service (SaaS)
Triplit Features
- 81 CouchDB alternatives
Apache CouchDB is a distributed, fault-tolerant and schema-free document-oriented database accessible via a RESTful HTTP / JSON API. It includes incremental map / reduce mechanics for queries and keeps data safe with an append-only datastore.
License model
- Free • Open Source
Application types
Country of Origin
United States
Platforms
- Mac
- Windows
- Linux
- Android
- BSD
CouchDB Features
Comments about CouchDB as an Alternative to SQLite
SQLite is an in-process database while CouchDB is a networked database.
- 8 DuckDB alternatives
There are many database management systems (DBMS) out there. But there is no one-size-fits all database system. All take different trade-offs to better adjust to specific use cases. DuckDB is no different.
License model
- Free • Open Source
Platforms
- Mac
- Windows
- Linux
- 48 Firebird alternatives
Firebird is a relational database offering many ANSI SQL-92 features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers.
License model
- Free • Open Source
Application type
Country of Origin
Australia
Platforms
- Mac
- Windows
- Linux
- Android
- Android Tablet
Comments about Firebird as an Alternative to SQLite
Can be embedded in-process
- 92 CockroachDB alternatives
Cockroach is a distributed key/value datastore which supports ACID transactional semantics and versioned values as first-class features. The primary design goal is global consistency and survivability, hence the name.
License model
- Free • Proprietary
Application type
Country of Origin
United States
Platforms
- Mac
- Linux
- BSD
- 6 ObjectBox alternatives
ObjectBox DB is an easy & fast object-oriented mobile database for Android, Linux, soon iOS. It supports relations, JavaRx, Kotlin. It is 10X faster than SQLite. And POJOs are POJOs.
License model
- Free • Proprietary
Country of Origin
Germany
EU
Platforms
- Online
- Android
- Self-Hosted
ObjectBox Features
Comments about ObjectBox as an Alternative to SQLite
Most Recent CommentQuick, easy to use, no SQL :)
Super simple, and fast fast fast.
Both are serverless solutions
- 86 Azure Cosmos DB alternatives
Azure Cosmos DB is a NoSQL document database service designed from the ground up to natively support JSON and JavaScript directly inside the database engine. It’s the right solution for web and mobile applications when predictable throughput, low latency, and flexible query are...
License model
- Paid • Proprietary
Country of Origin
United States
Platforms
- Online
Azure Cosmos DB Features
This appears like an oranges versus apples comparison. It would be more appropriate to compare MySQL and PostgreSQL. SQLite is serverless, thus much more appropriate for different use cases which do not involve computer networks.