@hackage sheets0.1.0.0
Spreadsheet type for composite.
Categories
License
BSD-3-Clause
Maintainer
dan.firth@homotopic.tech
Links
Versions
- 0.1.0.0 Wed, 23 Mar 2022
Installation
Dependencies (9)
- aeson
- base >=4.7 && <5
- base64-bytestring
- bytestring
- cassava
- composite-base Show all…
Dependents (0)
sheets
Sheets is a spreadsheet type using composite-base and composite-cassava. Combined with composite-ix, you can do indexing queries on composite records to group and aggregate data over multiple fields.
Sheets also provides FromJSON and ToJSON instances using a base64 encoding
to Text, so the entire CSV will fit in a single JSON text field.