codelaor / snapdiff

Quickly snapshot and diff database tables
1 stars 0 forks source link

Add MariaDB support #3

Open proehlen opened 7 years ago

proehlen commented 7 years ago

This isn't too difficult to implement and mostly requires help from someone with access to an MariaDB database for debug/development/testing with.

To implement:

  1. Have some familiarity with knex.js
  2. Subclass app/src/renderer/store/modules/connection/DatabaseHelper.js as MariaHelper.js
  3. Override all abstract methods (see PostgresHelper.js for example code).
  4. Plug in the helper at app/src/renderer/store/modules/connection.js in method setKnex
  5. Test thoroughly