@hackage mysql-json-table0.1.0.0
Using MySQL to store id-to-json tables.
Categories
License
MIT
Maintainer
Daniel Casanueva (daniel.casanueva `at` proton.me)
Links
- Homepage
- Documentation
- No source repository
- Changelog
- Security
Versions
Installation
Dependencies (6)
Dependents (0)
mysql-json-table
Using mysql to store id-to-json tables.
A table would look something like this:
id | data |
---|---|
Row identifier | JSON-encoded value |
Why would you do this?
To re-use mysql-server capabilities without having to deal with table reshaping. If changes come down the road, the data content might change, but the table stays the same. JSON can easily be made compatible between versions, making for smoother releases and rollbacks. It's also simple, and I like simple.
Documentation
Haddock documentation can be found here (based on the main branch).