Common patterns
Using Sequin to track changes to your database
How to log changes to your database.
When any setting is changed on a users account, you want to log the change. You might do this for compliance, for troubleshooting, auditing, or to enable an account history/timeline feature.
- Sequin captures every
insert
,update
, anddelete
on theusers
table. - It then allows you to combine this change with data from other tables to create a complete, full context audit log.
- Then writes the change to the destination table of your choice.
This is a common “audit log” pattern.
We’re adding the ability to connect Sequin consumers to other databases and tables.
Please send us an email at sounders@sequinstream.com if you are interested in working with us as we develop the feature, or want early access.
Was this page helpful?