Skip to content

MySQL Driver ​

Important Notes

This driver is incompatible with real-time synchronization.
However, you can use the driver for exporting data and batch filling your targeted index.
Support for the driver is not yet planned. I need to explore alternatives to pg_notify or similar processes like WAL replication.
Under the hood, Flash is used to track events from the database in real-time, and any improvements for MySQL must be integrated into Flash.

Realtime compatibility Table (currently not planned) ​

TargetInsertInsert rel_colUpdateUpdate rel_colDeleteDelete rel colTruncate
Base table❌❌❌❌❌❌❌
one_to_one❌❌❌❌❌❌❌
has-many❌❌❌❌❌❌❌
has-many (pivot)❌❌❌❌❌❌❌

❌: Not Planned