Author Topic: Support MariaDB Connector/J in JTSDNS  (Read 5768 times)

PhALDan

  • Newbie
  • *
  • Posts: 7
    • View Profile
Support MariaDB Connector/J in JTSDNS
« on: September 06, 2017, 02:39:49 PM »
Hi,

could it be possible to support beside the MySQL Connector/J 5.1 also the MariaDB Connector/J 2.1 in JTSDNS.
Both driver are JDBC 4.2 compatible.

It is already possible to connect JTSDNS to a MariaDB database, but the MariaDB driver is optimized for MariaDB.

Stefan1200

  • Administrator
  • *****
  • Posts: 2244
    • View Profile
Re: Support MariaDB Connector/J in JTSDNS
« Reply #1 on: September 06, 2017, 07:40:49 PM »
Well, everything is possible, but I don't have the time to test multiple databases everytime I change something. As soon as I implement direct MariaDB support, the next one is asking for PostgreSQL support. ;)

As long as the MySQL connector is compatible with MariaDB, this is enough for me.

PhALDan

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: Support MariaDB Connector/J in JTSDNS
« Reply #2 on: September 07, 2017, 11:40:55 AM »
I can understand your position, but it was worth trying.