Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chatroom: Add mariadb #8749

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

lscharmer
Copy link
Contributor

This PR adds mariadb as NPM dependency for the chatroom.

General Information:

  • this dependency was already used in ILIAS.
  • License: LGPL

Usages:

  • components/ILIAS/Chatroom/chat/Persistence/Database.js

Wrapped By:

  • Database (see: components/ILIAS/Chatroom/chat/Persistence/Database.js)

Reasoning:

This dependency is a replacement for the mysql dependency, which was not updated since 2022, as noted in the dependency PR for ILIAS 10: #6773.

mariadb is a mysql driver for Node.js. It is used to communicate with a mysql (or mariadb) server.

Maintenance:

mariadb is actively maintained and regularly updated (The latest release is from 24.10.2024). And is developed by the mariadb corporation.

Links:

@lscharmer lscharmer added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code jour fixe
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants