DB-EnginesextremeDB - solve IoT connectivity disruptionsEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > Faircom DB vs. Lovefield vs. SQLite vs. UniData,UniVerse vs. YugabyteDB

System Properties Comparison Faircom DB vs. Lovefield vs. SQLite vs. UniData,UniVerse vs. YugabyteDB

Editorial information provided by DB-Engines
NameFaircom DB infoformerly c-treeACE  Xexclude from comparisonLovefield  Xexclude from comparisonSQLite  Xexclude from comparisonUniData,UniVerse  Xexclude from comparisonYugabyteDB  Xexclude from comparison
DescriptionNative high-speed multi-model DBMS for relational and key-value store data simultaneously accessible through SQL and NoSQL APIs.Embeddable relational database for web apps written in pure JavaScriptWidely used embeddable, in-process RDBMSMultiValue database and application server with SQL mapping layer and meta database capabilitiesHigh-performance distributed SQL database for global, internet-scale applications. Wire and feature compatible with PostgreSQL.
Primary database modelKey-value store
Relational DBMS
Relational DBMSRelational DBMSMultivalue DBMSRelational DBMS
Secondary database modelsDocument store
Wide column store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.18
Rank#314  Overall
#45  Key-value stores
#141  Relational DBMS
Score0.22
Rank#306  Overall
#138  Relational DBMS
Score103.35
Rank#10  Overall
#7  Relational DBMS
Score2.25
Rank#112  Overall
#2  Multivalue DBMS
Score2.48
Rank#108  Overall
#53  Relational DBMS
Websitewww.faircom.com/­products/­faircom-dbgoogle.github.io/­lovefieldwww.sqlite.orgwww.rocketsoftware.com/­products/­rocket-multivalue-application-development-platform/­rocket-unidatawww.yugabyte.com
Technical documentationdocs.faircom.com/­docs/­en/­UUID-7446ae34-a1a7-c843-c894-d5322e395184.htmlgithub.com/­google/­lovefield/­blob/­master/­docs/­spec_index.mdwww.sqlite.org/­docs.htmldocs.rocketsoftware.com/­bundle?cluster=true&labelkey=unidata&labelkey=prod_unidatadocs.yugabyte.com
github.com/­yugabyte/­yugabyte-db
DeveloperFairCom CorporationGoogleDwayne Richard HippRocket SoftwareYugabyte Inc.
Initial release19792014200019852017
Current releaseV13, July 20242.1.12, February 20173.46.1  (13 August 2024), August 20242.19, September 2023
License infoCommercial or Open Sourcecommercial infoRestricted, free version availableOpen Source infoApache 2.0Open Source infoPublic DomaincommercialOpen Source infoApache 2.0
Cloud-based only infoOnly available as a cloud servicenonononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
YugabyteDB Managed is the fully managed database-as-a-service offering of YugabyteDB. Get started quickly, and effortlessly ensure continuous availability and limitless scale of your cloud native applications.
Implementation languageANSI C, C++JavaScriptCCC and C++
Server operating systemsAIX
FreeBSD
HP-UX
Linux
NetBSD
OS X
QNX
SCO
Solaris
VxWorks
Windows infoeasily portable to other OSs
server-less, requires a JavaScript environment (browser, Node.js) infotested with Chrome, Firefox, IE, Safariserver-lessAIX
HP-UX
Linux
Solaris
Windows
Linux
OS X
Data schemeschema free, schema optional, schema required, partial schema,yesyes infodynamic column typesschema-freedepending on used data model
Typing infopredefined data types such as float or dateyes, ANSI SQL Types, JSON, typed binary structuresyesyes infonot rigid because of 'dynamic typing' concept.optionalyes
XML support infoSome form of processing data in XML format, e.g. support for XML data structures, and/or support for XPath, XQuery or XSLT.nononono
Secondary indexesyesyesyesyesyes
SQL infoSupport of SQLyes, ANSI SQL with proprietary extensionsSQL-like query language infovia JavaScript builder patternyes infoSQL-92 is not fully supportedyesyes, PostgreSQL compatible
APIs and other access methodsADO.NET
Direct SQL
JDBC
JPA
ODBC
RESTful HTTP/JSON API
RESTful MQTT/JSON API
RPC
ADO.NET infoinofficial driver
JDBC infoinofficial driver
ODBC infoinofficial driver
Java API infoJPA
JDBC
ODBC
OLE DB
Proprietary protocol
RESTful HTTP API
SOAP-based API
JDBC
YCQL, an SQL-based flexible-schema API with its roots in Cassandra Query Language
YSQL - a fully relational SQL API that is wire compatible with the SQL language in PostgreSQL
Supported programming languages.Net
C
C#
C++
Java
JavaScript (Node.js and browser)
PHP
Python
Visual Basic
JavaScriptActionscript
Ada
Basic
C
C#
C++
D
Delphi
Forth
Fortran
Haskell
Java
JavaScript
Lisp
Lua
MatLab
Objective-C
OCaml
Perl
PHP
PL/SQL
Python
R
Ruby
Scala
Scheme
Smalltalk
Tcl
.Net
Basic infoU2 Basic
C
Java
C
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
Scala
Server-side scripts infoStored proceduresyes info.Net, JavaScript, C/C++nonoyesyes infosql, plpgsql, C
TriggersyesUsing read-only observersyesyes infoU2 Basicyes
Partitioning methods infoMethods for storing different data on different nodesFile partitioning, horizontal partitioning, sharding infoCustomizable business rules for table partitioningnonenonenoneHash and Range Sharding, row-level geo-partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesyes, configurable to be parallel or serial, synchronous or asynchronous, uni-directional or bi-directional, ACID-consistent or eventually consistent (with custom conflict resolution).nonenoneSource-replica replicationBased on Raft distributed consensus protocol, minimum 3 replicas for continuous availability
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency
Tunable consistency per server, database, table, and transaction
Strong consistency on writes and tunable consistency on reads
Foreign keys infoReferential integrityyesyesyesnoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datatunable from ACID to Eventually ConsistentACIDACIDACID infoconfigurableDistributed ACID with Serializable & Snapshot Isolation. Inspired by Google Spanner architecture.
Concurrency infoSupport for concurrent manipulation of datayesyesyes infovia file-system locksyesyes
Durability infoSupport for making data persistentYes, tunable from durable to delayed durability to in-memoryyes, by using IndexedDB or the cloud service Firebase Realtime Databaseyesyesyes infobased on RocksDB
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes infousing MemoryDByesno
User concepts infoAccess controlFine grained access rights according to SQL-standard with additional protections for filesnonoAccess rights according to SQL-standard and operating system basedyes
More information provided by the system vendor
Faircom DB infoformerly c-treeACELovefieldSQLiteUniData,UniVerseYugabyteDB
Specific characteristicsYugabyteDB is an open source distributed SQL database for cloud native transactional...
» more
Competitive advantagesPostgreSQL compatible: Get instantly productive with a PostgreSQL compatible RDBMS....
» more
Typical application scenariosSystems of record and engagement for cloud native applications that require resilience,...
» more
Market metrics2 Million+ lifetime clusters deployed, 6.5K+ GitHub stars, 7K YugabyteDB Community...
» more
Licensing and pricing modelsApache 2.0 license for the database
» more

We invite representatives of system vendors to contact us for updating and extending the system information,
and for displaying vendor-provided information such as key customers, competitive advantages and market metrics.

Related products and services
3rd partiesNavicat for SQLite is a powerful and comprehensive SQLite GUI that provides a complete set of functions for database management and development.
» more

We invite representatives of vendors of related products to contact us for presenting information about their offerings here.

More resources
Faircom DB infoformerly c-treeACELovefieldSQLiteUniData,UniVerseYugabyteDB
DB-Engines blog posts

Big gains for Relational Database Management Systems in DB-Engines Ranking
2 February 2016, Matthias Gelbmann

show all

Recent citations in the news

LLM-Assisted Translation From Postgres to SQLite and DuckDB
16 September 2024, The New Stack

How to work with Dapper and SQLite in ASP.NET Core
10 May 2024, InfoWorld

Google researchers suggest "fixing" SQL with pipe syntax, SQLite creator unconvinced
30 August 2024, DevClass

SQLite Gets Into Vector Search
5 September 2024, iProgrammer

SQLite Vulnerability Could Put Thousands of Apps at Risk
22 March 2024, Dark Reading

provided by Google News

Unidata inks 3-year Lazio sponsorship deal
13 September 2024, Telecompaper EN

Unidata uses Jetstream to make geoscience data available to science community
29 January 2020, IU Newsroom

Bahrain Business: UniData implements major ‘smart classroom’ project
8 April 2024, Gulf Digital News

Sparkle and Unitirreno Partner to Land New Subsea Cable in Genoa
30 July 2024, TelecomTalk

UniData implements a milestone Smart Class Room project at The Asian School
8 April 2024, News of Bahrain- DT News

provided by Google News

YugabyteDB Evolves PostgreSQL to a Distributed Architecture for Modern, Cloud-Native Applications
19 September 2024, Business Wire

YugabyteDB evolves into a distributed PostgreSQL database for apps that need resilience and scale
19 September 2024, SiliconANGLE News

YugabyteDB 2.19 gets new PostgreSQL-compatibility features
19 September 2024, InfoWorld

YugabyteDB Becomes First Distributed SQL Database Vendor to Complete CIS Benchmark
1 February 2024, Datanami

Simplifying cloud-native app development with Yugabyte
2 August 2024, IMDA

provided by Google News



Share this page

Featured Products

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Datastax Astra logo

Bring all your data to Generative AI applications with vector search enabled by the most scalable
vector database available.
Try for Free

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

Present your product here