https://github.com/danieljharvey/migratable
Haskell library to ease the pain of versioning and migrating data types
https://github.com/danieljharvey/migratable
haskell migration-tool type-families type-level-programming
Last synced: 8 months ago
JSON representation
Haskell library to ease the pain of versioning and migrating data types
- Host: GitHub
- URL: https://github.com/danieljharvey/migratable
- Owner: danieljharvey
- License: bsd-3-clause
- Created: 2019-05-20T21:33:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-21T22:37:11.000Z (over 6 years ago)
- Last Synced: 2025-06-17T18:49:46.496Z (9 months ago)
- Topics: haskell, migration-tool, type-families, type-level-programming
- Language: Haskell
- Homepage:
- Size: 29.3 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# migratable
Haskell library to ease the pain of versioning and migrating data types
A work in progress for now - see https://github.com/danieljharvey/migratable/blob/master/src/Data/Migratable/Examples.hs for an example of things working.