From 6ecb8578b2213a45aada6f8abe7dc658bdadca7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sil=C3=A9n?= Date: Fri, 22 Nov 2024 14:52:58 +0200 Subject: [PATCH] Add MariaDB to readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 883a57e..c35e0b0 100644 --- a/readme.md +++ b/readme.md @@ -74,7 +74,7 @@ At a lower level, node can be described as a tool for writing two major types of What is an "I/O based program"? Here are some common I/O sources: - - Databases (e.g. MySQL, PostgreSQL, MongoDB, Redis, CouchDB) + - Databases (e.g. MariaDB, MySQL, PostgreSQL, MongoDB, Redis, CouchDB) - APIs (e.g. Twitter, Facebook, Apple Push Notifications) - HTTP/WebSocket connections (from users of a web app) - Files (image resizer, video editor, internet radio)