kvesteri / sqlalchemy-continuum

Versioning extension for SQLAlchemy.
BSD 3-Clause "New" or "Revised" License
568 stars 128 forks source link

Support MariaDB triggers #344

Open kkirsche opened 8 months ago

kkirsche commented 8 months ago

Good morning.

I was wondering if it would be possible to expand the native PostgreSQL trigger support to include MariaDB triggers (optionally MySQL 8 triggers, but personally that's not of value to me).

Documentation for MariaDB's triggers can be found on:

https://mariadb.com/kb/en/trigger-overview/ https://mariadb.com/kb/en/create-trigger/ https://mariadb.com/kb/en/drop-trigger/

Thank you for your consideration and time.