📜  Transbase 和 WakandaDB 的区别

📅  最后修改于: 2021-09-12 10:51:29             🧑  作者: Mango

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

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

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.