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 > 4D vs. PouchDB vs. SQLite vs. SurrealDB vs. VoltDB

System Properties Comparison 4D vs. PouchDB vs. SQLite vs. SurrealDB vs. VoltDB

Editorial information provided by DB-Engines
Name4D infoformer name: 4th Dimension  Xexclude from comparisonPouchDB  Xexclude from comparisonSQLite  Xexclude from comparisonSurrealDB  Xexclude from comparisonVoltDB  Xexclude from comparison
DescriptionApplication development environment with integrated database management systemJavaScript DBMS with an API inspired by CouchDBWidely used embeddable, in-process RDBMSA fully ACID transactional, developer-friendly, multi-model DBMSDistributed In-Memory NewSQL RDBMS infoUsed for OLTP applications with a high frequency of relatively simple transactions, that can hold all their data in memory
Primary database modelRelational DBMSDocument storeRelational DBMSDocument store
Graph DBMS
Relational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score2.47
Rank#110  Overall
#54  Relational DBMS
Score2.34
Rank#112  Overall
#21  Document stores
Score111.41
Rank#10  Overall
#7  Relational DBMS
Score1.02
Rank#190  Overall
#33  Document stores
#18  Graph DBMS
Score1.47
Rank#157  Overall
#73  Relational DBMS
Websitewww.4d.compouchdb.comwww.sqlite.orgsurrealdb.comwww.voltdb.com
Technical documentationdeveloper.4d.compouchdb.com/­guideswww.sqlite.org/­docs.htmlsurrealdb.com/­docsdocs.voltdb.com
Developer4D, IncApache Software FoundationDwayne Richard HippSurrealDB LtdVoltDB Inc.
Initial release19842012200020222010
Current releasev20, April 20237.1.1, June 20193.46.0  (23 May 2024), May 2024v1.5.0, May 202411.3, April 2022
License infoCommercial or Open SourcecommercialOpen SourceOpen Source infoPublic DomainOpen SourceOpen Source infoAGPL for Community Edition, commercial license for Enterprise, AWS, and Pro Editions
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 languageJavaScriptCRustJava, C++
Server operating systemsOS X
Windows
server-less, requires a JavaScript environment (browser, Node.js)server-lessLinux
macOS
Windows
Linux
OS X infofor development
Data schemeyesschema-freeyes infodynamic column typesschema-freeyes
Typing infopredefined data types such as float or dateyesnoyes infonot rigid because of 'dynamic typing' concept.yesyes
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.yesnono
Secondary indexesyesyes infovia viewsyesyes
SQL infoSupport of SQLyes infoclose to SQL 92noyes infoSQL-92 is not fully supportedSQL-like query languageyes infoonly a subset of SQL 99
APIs and other access methodsODBC
RESTful HTTP API infoby using 4D Mobile
SOAP webservices
HTTP REST infoonly for PouchDB Server
JavaScript API
ADO.NET infoinofficial driver
JDBC infoinofficial driver
ODBC infoinofficial driver
GraphQL
RESTful HTTP API
WebSocket
Java API
JDBC
RESTful HTTP/JSON API
Supported programming languages4D proprietary IDE
PHP
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
Deno
Go
JavaScript (Node.js)
Rust
C#
C++
Erlang infonot officially supported
Go
Java
JavaScript infoNode.js
PHP
Python
Server-side scripts infoStored proceduresyesView functions in JavaScriptnoJava
Triggersyesyesyesno
Partitioning methods infoMethods for storing different data on different nodesnoneSharding infowith a proxy-based framework, named couchdb-loungenoneSharding
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replicationMulti-source replication infoalso with CouchDB databases
Source-replica replication infoalso with CouchDB databases
noneMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnonono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Foreign keys infoReferential integrityyesnoyesno infoFOREIGN KEY constraints are not supported
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDnoACIDACIDACID infoTransactions are executed single-threaded within stored procedures
Concurrency infoSupport for concurrent manipulation of datayesyes infovia file-system locksyesyes infoData access is serialized by the server
Durability infoSupport for making data persistentyesyes infoby using IndexedDB, WebSQL or LevelDB as backendyesyesyes infoSnapshots and command logging
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyes
User concepts infoAccess controlUsers and groupsnonoyes, based on authentication and database rulesUsers and roles with access to stored procedures

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
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
4D infoformer name: 4th DimensionPouchDBSQLiteSurrealDBVoltDB
DB-Engines blog posts

MySQL, PostgreSQL and Redis are the winners of the March ranking
2 March 2016, Paul Andlinger

show all

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

show all

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

show all

Recent citations in the news

Building an Offline First App with PouchDB — SitePoint
10 March 2014, SitePoint

Create Offline Web Apps Using Service Workers & PouchDB — SitePoint
7 March 2017, SitePoint

3 Reasons To Think Offline First
22 March 2017, IBM

Getting Started with PouchDB Client-Side JavaScript Database — SitePoint
7 September 2016, SitePoint

Offline-first web and mobile apps: Top frameworks and components
22 January 2019, TechBeacon

provided by Google News

Copilot‘s screen-snapping Recall data stored in plain text
31 May 2024, CyberNews.com

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

SQLite in Python: A Practical Guide for Developers
1 June 2024, Analytics Insight

A Guide to Working with SQLite Databases in Python
21 May 2024, KDnuggets

SQLite's new support for binary JSON is similar but different from a PostgreSQL feature • DEVCLASS
16 January 2024, DevClass

provided by Google News

SD Times Open-Source Project of the Week: SurrealDB
10 May 2024, SDTimes.com

Meet Tobie Morgan Hitchcock, CEO & Co-Founder Of SurrealDB
25 April 2024, TechRound

Cloud, privacy and AI: Trends defining the future of data and databases
27 September 2023, Sifted

SurrealDB raises $6M for its database-as-a-service offering
4 January 2023, TechCrunch

Introducing SurrealDB: A Quantum Leap in Database Technology
11 September 2023, TechRound

provided by Google News

VoltDB Turns to Real-Time Analytics with NewSQL Database
30 January 2014, Datanami

 VoltDB Launches Active(N) Lossless Cross Data Center Replication
31 August 2021, PR Newswire

VoltDB Upgrades Power, Security of Its In-Memory Database
1 February 2017, eWeek

VoltDB Aims for Fast Big Data Development -- ADTmag
29 January 2015, ADT Magazine

VoltDB Adds Geospatial Support, Cross-Site Replication
28 January 2016, The New Stack

provided by Google News



Share this page

Featured Products

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.

Milvus logo

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

Present your product here