The latest version of Frames-beam is 0.2.0.0-0.

Frames-beam

Version 0.1.0.1 revision 0 uploaded by GagandeepBhatia.

Package meta

Synopsis
A library for accessing Postgres tables as in-memory data structures.
Description

This library provides a way to access Postgres tables as data frames by providing helpers for generating types (at compile time) corresponding to a database schema and canned queries to execute against a database instance. Additionally, provides utilities to convert plain Haskell records (i.e. the format of query results) to vinyl records (upon which the Frames library is based). Can be used for interactive exploration by loading all data in-memory at once (and converting to a data frame), and also in a constant memory streaming mode. Start here: Frames.SQL.Beam.Postgres.

Author
Gagandeep Bhatia
Bug reports
n/a
Category
Data, Database, Data Science
Copyright
2018 Gagandeep Bhatia
Homepage
https://github.com/gagandeepb/Frames-beam
Maintainer
gagandeepbhatia.in@gmail.com
Package URL
n/a
Stability
n/a

Components