DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Faircom DB vs. Firebird vs. LokiJS vs. Microsoft Access vs. Percona Server for MongoDB

System Properties Comparison Faircom DB vs. Firebird vs. LokiJS vs. Microsoft Access vs. Percona Server for MongoDB

Editorial information provided by DB-Engines
NameFaircom DB infoformerly c-treeACE  Xexclude from comparisonFirebird  Xexclude from comparisonLokiJS  Xexclude from comparisonMicrosoft Access  Xexclude from comparisonPercona Server for MongoDB  Xexclude from comparison
DescriptionNative high-speed multi-model DBMS for relational and key-value store data simultaneously accessible through SQL and NoSQL APIs.Firebird is an open source RDBMS forked from Borland's InterBaseIn-memory JavaScript DBMSMicrosoft Access combines a backend RDBMS (JET / ACE Engine) with a GUI frontend for data manipulation and queries. infoThe Access frontend is often used for accessing other datasources (DBMS, Excel, etc.)A drop-in replacement for MongoDB Community Edition with enterprise-grade features.
Primary database modelKey-value store
Relational DBMS
Relational DBMSDocument storeRelational DBMSDocument store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.20
Rank#318  Overall
#48  Key-value stores
#141  Relational DBMS
Score20.82
Rank#30  Overall
#18  Relational DBMS
Score0.43
Rank#264  Overall
#42  Document stores
Score104.92
Rank#11  Overall
#8  Relational DBMS
Score0.52
Rank#254  Overall
#39  Document stores
Websitewww.faircom.com/­products/­faircom-dbwww.firebirdsql.orggithub.com/­techfort/­LokiJSwww.microsoft.com/­en-us/­microsoft-365/­accesswww.percona.com/­mongodb/­software/­percona-server-for-mongodb
Technical documentationdocs.faircom.com/­docs/­en/­UUID-7446ae34-a1a7-c843-c894-d5322e395184.htmlwww.firebirdsql.org/­en/­reference-manualstechfort.github.io/­LokiJSdeveloper.microsoft.com/­en-us/­accessdocs.percona.com/­percona-distribution-for-mongodb
DeveloperFairCom CorporationFirebird FoundationMicrosoftPercona
Initial release19792000 infoAs fork of Borland's InterBase201419922015
Current releaseV12, November 20205.0.0, January 20241902 (16.0.11328.20222), March 20193.4.10-2.10, November 2017
License infoCommercial or Open Sourcecommercial infoRestricted, free version availableOpen Source infoInitial Developer's Public LicenseOpen Sourcecommercial infoBundled with Microsoft OfficeOpen Source infoGPL Version 2
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.
Implementation languageANSI C, C++C and C++JavaScriptC++C++
Server operating systemsAIX
FreeBSD
HP-UX
Linux
NetBSD
OS X
QNX
SCO
Solaris
VxWorks
Windows infoeasily portable to other OSs
AIX
FreeBSD
HP-UX
Linux
OS X
server-less infoFirebird Embedded Server
Solaris
Unix
Windows
server-less, requires a JavaScript environment (browser, Node.js)Windows infoNot a real database server, but making use of DLLsLinux
Data schemeschema free, schema optional, schema required, partial schema,yesschema-freeyesschema-free
Typing infopredefined data types such as float or dateyes, ANSI SQL Types, JSON, typed binary structuresyesnoyesyes
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.nonono
Secondary indexesyesyesyes infovia viewsyesyes
SQL infoSupport of SQLyes, ANSI SQL with proprietary extensionsyesnoyes infobut not compliant to any SQL standardno
APIs and other access methodsADO.NET
Direct SQL
JDBC
JPA
ODBC
RESTful HTTP/JSON API
RESTful MQTT/JSON API
RPC
ADO.NET
C/C++ API
JDBC infoJaybird
ODBC
OLE DB
JavaScript APIADO.NET
DAO
ODBC
OLE DB
proprietary protocol using JSON
Supported programming languages.Net
C
C#
C++
Java
JavaScript (Node.js and browser)
PHP
Python
Visual Basic
C
C#
C++
Delphi
Java
JavaScript infoNode.js
Lua
Perl
PHP
Python
Ruby
JavaScriptC
C#
C++
Delphi
Java (JDBC-ODBC)
VBA
Visual Basic.NET
Actionscript
C
C#
C++
Clojure
ColdFusion
D
Dart
Delphi
Erlang
Go
Groovy
Haskell
Java
JavaScript
Lisp
Lua
MatLab
Perl
PHP
PowerShell
Prolog
Python
R
Ruby
Scala
Smalltalk
Server-side scripts infoStored proceduresyes info.Net, JavaScript, C/C++PSQLView functions in JavaScriptyes infosince Access 2010 using the ACE-engineJavaScript
Triggersyesyesyesyes infosince Access 2010 using the ACE-engineno
Partitioning methods infoMethods for storing different data on different nodesFile partitioning, horizontal partitioning, sharding infoCustomizable business rules for table partitioningnonenonenoneSharding
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).Source-replica replicationnonenoneSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyesnoyes
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency
Tunable consistency per server, database, table, and transaction
noneEventual Consistency
Immediate Consistency
Foreign keys infoReferential integrityyesyesnoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datatunable from ACID to Eventually ConsistentACIDno infoatomic operations within a single collection possibleACID infobut no files for transaction loggingno
Concurrency infoSupport for concurrent manipulation of datayesyes infoFeatures a multi-generational MVCC architecture, readers do not block writersyesyes
Durability infoSupport for making data persistentYes, tunable from durable to delayed durability to in-memoryyesyes infoSerialization of a DB in a Node.JS/Cordova/PhoneGap environment. Usage of the IndexedDB-API in a browser.yes infobut no files for transaction loggingyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyes infovia In-Memory Engine
User concepts infoAccess controlFine grained access rights according to SQL-standard with additional protections for filesUsers with fine-grained authorization conceptnono infoa simple user-level security was built in till version Access 2003Access rights for users and roles

More information provided by the system vendor

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

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

More resources
Faircom DB infoformerly c-treeACEFirebirdLokiJSMicrosoft AccessPercona Server for MongoDB
DB-Engines blog posts

New kids on the block: database management systems implemented in JavaScript
1 December 2014, Matthias Gelbmann

show all

MS Access drops in DB-Engines Ranking
2 May 2013, Paul Andlinger

Microsoft SQL Server regained rank 2 in the DB-Engines popularity ranking
3 December 2012, Matthias Gelbmann

New DB-Engines Ranking shows the popularity of database management systems
3 October 2012, Matthias Gelbmann, Paul Andlinger

show all

Recent citations in the news

FairCom kicks off new era of database technology USA - English
10 November 2020, PR Newswire

provided by Google News

12 Top Open Source Databases to Consider
1 May 2024, TechTarget

DoNot Team's New Firebird Backdoor Hits Pakistan and Afghanistan
23 October 2023, The Hacker News

How to Run Multiple Instances of Firebird Server - opensource for you
31 August 2019, Open Source For You

Top 15 Databases to Use in 2024 and Beyond
4 June 2021, Appinventiv

FIREBIRD yacht (Oyster, 27.08m, 2016)
27 July 2017, Boat International

provided by Google News

LokiJS - A JavaScript Database
18 November 2014, iProgrammer

provided by Google News

Abusing Microsoft Access "Linked Table" Feature to Perform NTLM Forced Authentication Attacks
9 November 2023, Check Point Research

Hackers Exploit Microsoft Access Feature to Steal Windows User’s NTLM Tokens
11 November 2023, CybersecurityNews

MS access program to increase awareness and independence of those living with MS and disability
10 July 2023, Nebraska Medicine

ACCDE File (What It Is and How to Open One)
27 July 2023, Lifewire

After installing Navisworks, Office 2016 (32-bit) applications stopped launching
8 October 2023, Autodesk Redshift

provided by Google News

5 Reasons to Run MongoDB on Kubernetes
6 March 2024, The New Stack

A New Way to Provision Databases on Kubernetes
21 March 2024, hackernoon.com

FerretDB goes GA: Gives you MongoDB, without the MongoDB...
15 May 2023, The Stack

Unlock MongoDB's Full Potential: Ensuring Post-Upgrade Success
22 February 2024, The New Stack

Percona launches management system aimed at open-source databases
17 May 2022, The Register

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

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

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.

Present your product here