📜  Transbase和WakandaDB之间的区别

📅  最后修改于: 2021-08-27 18:20:41             🧑  作者: Mango

1. Transbase:
它是资源优化,高性能,通用的RDBMS,由慕尼黑Transaction Software GmbH开发和维护。它是一个关系数据库管理系统,支持SQL标准的所有重要功能。 Transbase的数据库可以通过附加功能进行扩展,而自定义数据类型还可以通过动态多线程技术来并行执行查询。

2. WakandaDB:
它是用于访问数据的服务器端JavaScript引擎,并嵌入在提供REST API的服务器中。它具有的主要数据库模型是面向对象的DBMS。 WakandaDB是一个JavaScript平台,用于开发和运行Web或移动应用程序,并且可以通过HTTP访问NoSQL引擎。

Transbase和WakandaDB之间的区别:

S.NO. Transbase WakandaDB
1 Developed by Transaction Software GmbH and initially released on 1987. Developed by Wakanda SAS and initially released on 2012.
2 Current release on September 2019 Current release on July 2017.
3 FreeBSD, Linux, macOS, Solaris, Windows, are the server, operating systems of Transbase. Linux, OS X, Windows are server operating systems of WakandaDB .
4 Primary database model is Relational DBMS. Primary database model is Object oriented DBMS.
6 Supports C, C#, C++, Java, JavaScript, Kotlin, Objective-C, PHP, Python are programming languages. JavaScript is supporting programming languages.
7 ADO.NET, JDBC, ODBC, Proprietary native API are the APIs and other access methods of Transbase. It supports RESTful HTTP API.
8 Transbase has Data Schema. There is a data scheme present in WakandaDB.
9 It has Implementation language C and C++ . Implementation language of WakandaDB is C++, JavaScript.
10 Transbase has Transaction concepts. ACID (Atomicity, Consistency, Isolation, and Durability) is Transaction concepts.
11 Replication methods of Transbase is Master-slave replication. There is absence of replication method.
12 Transbase holds Immediate Consistency concept. It has Immediate Consistency concept.