mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-24 15:07:23 +00:00
* Integrate mariadb plugin * Add mariadb logo * Fix typo and add default connection limit - mariadb plugin
7 lines
111 B
JavaScript
7 lines
111 B
JavaScript
'use strict';
|
|
|
|
const mariadb = require('../lib');
|
|
|
|
describe('mariadb', () => {
|
|
it.todo('needs tests');
|
|
});
|