hasql-th
Query compiler
A Haskell library for compiling Postgres queries into domain-specific types at compile-time.
Template Haskell utilities for Hasql
112 stars
7 watching
8 forks
Language: Haskell
last commit: 5 months ago haskellhasqlpostgresql
Related projects:
Repository | Description | Stars |
---|---|---|
nikita-volkov/hasql | A high-performance PostgreSQL driver for Haskell with a flexible mapping API and various ecosystem libraries. | 519 |
statebox/cql | A Haskell implementation of a functional query language that allows declarative specification and analysis of data transformations | 163 |
circuithub/rel8 | A Haskell library providing a concise and expressive interface to PostgreSQL databases | 156 |
haskellari/postgresql-simple | A Haskell client library providing a simple interface to PostgreSQL databases. | 88 |
tatut/specql | A Clojure library that generates and executes common PostgreSQL queries with minimal boilerplate code. | 132 |
postgres-haskell/postgres-wire | A Haskell driver for interacting with PostgreSQL databases using the native binary protocol. | 64 |
tmcgilchrist/postgresql-transactional | A Haskell library providing a monadic wrapper around PostgreSQL query functions with predictable semantics and transactional support. | 60 |
hasura/graphql-parser-hs | A Haskell library for parsing GraphQL queries | 59 |
denisshevchenko/ohaskell.guide | A comprehensive guide to the Haskell programming language | 261 |
robstewart57/hsparql | A Haskell library providing a domain-specific language for creating and submitting SPARQL queries to remote servers. | 47 |
khibino/haskell-relational-record | Generates joined queries from type-level algebra and maps between SQL value lists and Haskell records | 233 |
galeone/igor | An abstraction layer for PostgreSQL that provides a GORM-like syntax for CRUD operations and supports prepared statements, transactions, and JSON types. | 125 |
1haskelladay/1had | Provides tools and exercises for practicing functional programming in Haskell | 118 |
ed-o-saurus/plhaskell | Allows execution of code in Haskell within SQL code | 135 |
jakewheat/hssqlppp | A Haskell implementation of a parser and type checker for a subset of the PostgreSQL dialect of SQL. | 108 |