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

DBMS > dBASE vs. MySQL vs. SQLite

System Properties Comparison dBASE vs. MySQL vs. SQLite

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NamedBASE  Xexclude from comparisonMySQL  Xexclude from comparisonSQLite  Xexclude from comparison
DescriptiondBase was one of the first databases with a development environment on PC's. Its latest version dBase V is still sold as dBase classic, which needs a DOS Emulation. The up-to-date product is dBase plus.Widely used open source RDBMSWidely used embeddable, in-process RDBMS
Primary database modelRelational DBMSRelational DBMS infoKey/Value like access via memcached APIRelational DBMS
Secondary database modelsDocument store
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score9.50
Rank#43  Overall
#27  Relational DBMS
Score1003.76
Rank#2  Overall
#2  Relational DBMS
Score101.72
Rank#10  Overall
#7  Relational DBMS
Websitewww.dbase.comwww.mysql.comwww.sqlite.org
Technical documentationwww.dbase.com/­support/­knowledgebasedev.mysql.com/­docwww.sqlite.org/­docs.html
DeveloperAsthon TateOracle infosince 2010, originally MySQL AB, then SunDwayne Richard Hipp
Initial release197919952000
Current releasedBASE 2019, 20199.0.0, July 20243.46.1  (13 August 2024), August 2024
License infoCommercial or Open SourcecommercialOpen Source infoGPL version 2. Commercial licenses with extended functionallity are availableOpen Source infoPublic Domain
Cloud-based only infoOnly available as a cloud servicenonono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC and C++C
Server operating systemsDOS infodBase Classic
Windows infodBase Pro
FreeBSD
Linux
OS X
Solaris
Windows
server-less
Data schemeyesyesyes infodynamic column types
Typing infopredefined data types such as float or dateyesyesyes infonot rigid because of 'dynamic typing' concept.
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.yesno
Secondary indexesyesyesyes
SQL infoSupport of SQLnoyes infowith proprietary extensionsyes infoSQL-92 is not fully supported
APIs and other access methodsnone infoThe IDE can access other DBMS or ODBC-sources.ADO.NET
JDBC
ODBC
Proprietary native API
ADO.NET infoinofficial driver
JDBC infoinofficial driver
ODBC infoinofficial driver
Supported programming languagesdBase proprietary IDEAda
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
Actionscript
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
Server-side scripts infoStored proceduresno infoThe IDE can access stored procedures in other database systems.yes infoproprietary syntaxno
Triggersnoyesyes
Partitioning methods infoMethods for storing different data on different nodesnonehorizontal partitioning, sharding with MySQL Cluster or MySQL Fabricnone
Replication methods infoMethods for redundantly storing data on multiple nodesnoneMulti-source replication
Source-replica replication
none
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency
Foreign keys infoReferential integrityyesyes infonot for MyISAM storage engineyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infonot for dBase internal data, but IDE does support transactions when accessing external DBMSACID infonot for MyISAM storage engineACID
Concurrency infoSupport for concurrent manipulation of datayesyes infotable locks or row locks depending on storage engineyes infovia file-system locks
Durability infoSupport for making data persistentyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes
User concepts infoAccess controlAccess rights for users and rolesUsers with fine-grained authorization concept infono user groups or rolesno

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 partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more

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

More resources
dBASEMySQLSQLite
DB-Engines blog posts

DB-Engines Ranking coverage expanded to 169 database management systems
3 June 2013, Paul Andlinger

show all

MySQL is the DBMS of the Year 2019
3 January 2020, Matthias Gelbmann, Paul Andlinger

MariaDB strengthens its position in the open source RDBMS market
5 April 2018, Matthias Gelbmann

The struggle for the hegemony in Oracle's database empire
2 May 2017, Paul Andlinger

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

Global Object-Oriented Databases Software Market Size, Share
9 December 2024, openPR

Who is Liam Brady’s wife? An extensive biography of the former footballer
16 January 2024, Sportsbrief

If I was to take the plunge and learn a new skill for working on line what should I consider jumping into?
11 July 2023, SitePoint

Relational Database Systems Are Becoming A Problem — But What To Do About It?
15 August 2023, Medium

WFP DBase (Logistics Data, Budgets and Systems Execution) Factsheet (November 2019)
30 November 2019, ReliefWeb

provided by Google News

Amazon RDS for MySQL LTS version 8.4 is now generally available
21 November 2024, AWS Blog

Upgrading Uber’s MySQL Fleet to version 8.0
8 August 2024, Uber

MariaDB spinout SkySQL secures seed funding to ‘bring conversational AI to databases’
11 December 2024, TechCrunch

Snowflake Brings Seamless PostgreSQL and MySQL Integration with New Connectors
16 July 2024, Snowflake

How to get started with MySQL
31 July 2024, InfoWorld

provided by Google News

SQLite re-implemented in Rust to achieve asynchronous I/O and other changes
12 December 2024, DevClass

Zero-latency SQLite storage in every Durable Object
26 September 2024, The Cloudflare Blog

How to install SQLite on Windows
20 October 2024, TheServerSide.com

Optimize Your SQLite Database with the Laravel Optimize DB Package
6 October 2024, Laravel News

Google uses large language model to discover real-world vulnerability
3 November 2024, The Record from Recorded Future News

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

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online 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

SingleStore logo

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

RaimaDB logo

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

Present your product here