dwyl / postgres-history-spike

๐Ÿ“œ our quest to transparently store the history of all records when an update is made
GNU General Public License v2.0
5 stars 0 forks source link

Testing the SQL Scripts Work #7

Open nelsonic opened 5 years ago

nelsonic commented 5 years ago

We've made excellent progress with writing an SQL script that both saves the history of all records in a PostgreSQL database and mirrors the primary tables to _history tables. #5 ๐ŸŽ‰

The code that has been written is not just "spike" (throw-away proof-of-concept), it's useable! ๐Ÿ˜ฎ There's no reason to not put in the extra effort to make this a production-ready Elixir package that we can start using in our projects and make available for others to do the same.

Todo