How do you handle audit trails in projects using K...
# exposed
f
How do you handle audit trails in projects using Kotlin Exposed? Do you use separate systems decoupled from Exposed, or is there a direct approach or specific tool you recommend within the Exposed framework?
j
You can use interceptors listen for insert/update and have it write the data to an audit table