How to use PostgreSQL with Haskell: beam

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • elephants

  • All the other tables look quite similar; see the repo for the rest of the boilerplate. One interesting bit is foreign keys / referencing other primary keys; for example, product_id and category_id in the mapping table look like are defined as PrimaryKey ProductT f (not Columnar f Int64):

  • beam

    A type-safe, non-TH Haskell SQL library and ORM (by haskell-beam)

  • Beam “is a highly-general library for accessing any kind of database with Haskell”. Beam makes extensive use of GHC's Generics mechanism — no Template Haskell.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Haskell sql multi-engine library

    1 project | /r/haskell | 4 Feb 2022
  • Choosing the right abstraction level for SQLite library.

    2 projects | /r/haskell | 17 Mar 2023
  • What's your favorite Database EDSL/library in Haskell?

    4 projects | /r/haskell | 28 Feb 2023
  • Writing a simple Haskell Persistence layer using Generics and Reflection

    1 project | /r/haskell | 21 Jan 2023
  • How can database libraries be compared to each other?

    2 projects | /r/haskell | 5 Dec 2022