Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myitcv/postgres_version_history_demo
A Rails-based demo of PostgreSQL version history via ActiveRecord
https://github.com/myitcv/postgres_version_history_demo
Last synced: 29 days ago
JSON representation
A Rails-based demo of PostgreSQL version history via ActiveRecord
- Host: GitHub
- URL: https://github.com/myitcv/postgres_version_history_demo
- Owner: myitcv
- Created: 2014-02-26T21:06:30.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-26T21:16:58.000Z (almost 11 years ago)
- Last Synced: 2024-11-07T11:09:09.927Z (3 months ago)
- Language: Ruby
- Size: 129 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `postgres_version_history_demo`
Use PostgreSQL with Rails (ActiveRecord) to achieve version history in your models.
See [corresponding blog
post](http://blog.myitcv.org.uk/2014/02/26/model-version-history-using-postgresql-in-rails-activerecord.html) for more
information.