Y
Hacker News
new
|
ask
|
show
|
jobs
by
majkinetor
2172 days ago
Can hasura provide record history in postgres ? This is typical on many financial systems - changing a record will store a copy of previous record values in historic table.
1 comments
tango12
2172 days ago
Yes (by integrating with Postgres and providing some extra information about the user affecting the change): This might help:
https://hasura.io/docs/1.0/graphql/manual/guides/auditing-ta...
link