Category: NewSQL, XML, RDF Data Stores, RDBMS
By Peter Zaitsev Amazon Aurora with MySQL Compatibility comes in three editions which, at the time of writing, have quite a few differences around the features that they support. Make sure you don’t assume...
The MariaDB Node.js Connector is available through the Node.js repositories. You can install it using npm: $ npm install mariadb Using ECMAScript, prior to 2017: const mariadb = require(‘mariadb’); const pool = mariadb.createPool({ host:...
Q1. Some in the Node.js development community might have been surprised by the announcement of the release of MariaDB Connector/Node.js. People have been connecting Node.js to MariaDB for years –why is this an important...
Posted on December 13, 2018 by Thomas Boyd Some in the Node.js development community might have been surprised by today’s announcement of the release of MariaDB Connector/Node.js. People have been connecting Node.js to MariaDB...
By Raima team. Learn JDBC and create a “Hello World” JDBC database application. This JDBC tutorial can be used for any products that have JDBC drivers, including MySQL, Oracle and Raima’s RDM. Before you Begin...
Learn ADO.NET and create a “Hello World” ADO.NET database application. This ADO.NET tutorial can be used for any products that have ADO.NET drivers, including MySQL, Oracle and Raima’s RDM. Before you Begin There are...
By Vinicius Grippa | August 7, 2018 | Posted originally here. In this blog post, we’ll discuss how to set a replication from MySQL 8.0 to MySQL 5.7. There are some situations that having this configuration might...
by Avinash Vallarapu | August 6, 2018 | Originally Posted here. Implementation of MVCC (Multi-Version Concurrency Control) in PostgreSQL is different and special when compared with other RDBMS. MVCC in PostgreSQL controls which tuples can be visible to...
By Raima | June 12, 2018 IoT devices are gathering massive amounts of data all over the world, every second. These edge applications require a database that is capable of collecting these large volumes...
By Raima | June 12, 2018 What is edge computing? The trend of technology is that it gets smaller and faster as time goes on. The result of this now is that previous “dumb”...