hssqlppp
SQL parser
A Haskell implementation of a parser and type checker for a subset of the PostgreSQL dialect of SQL.
SQL parser and type checker in Haskell
108 stars
10 watching
26 forks
Language: Haskell
last commit: about 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
jakewheat/simple-sql-parser | A Haskell-based parser for the Structured Query Language (SQL) syntax. | 82 |
jakewheat/intro_to_parsing | A tutorial on building parsers using Haskell and Parsec | 503 |
hasura/graphql-parser-hs | A Haskell library for parsing GraphQL queries | 59 |
egonschiele/handsomesoup | A Haskell library that simplifies HTML parsing by providing CSS selectors and attribute extraction functions. | 124 |
haskell/parsec | A parser combinator library designed to be industrial-strength and easy to use | 847 |
bawolk/hsp | A command-line text processor with Haskell-based syntax and functions | 88 |
haskell-hvr/cassava | A lightweight CSV parsing and encoding library for high-performance use cases | 223 |
nikita-volkov/hasql-th | A Haskell library for compiling Postgres queries into domain-specific types at compile-time. | 112 |
lexi-lambda/higher-rank | A Haskell implementation of type checking and evaluation for higher-rank polymorphism | 101 |
pganalyze/pg_query.rs | An SQL query parser and transformer library | 139 |
robstewart57/hsparql | A Haskell library providing a domain-specific language for creating and submitting SPARQL queries to remote servers. | 47 |
postgres-haskell/postgres-wire | A Haskell driver for interacting with PostgreSQL databases using the native binary protocol. | 64 |
haskellari/postgresql-simple | A Haskell client library providing a simple interface to PostgreSQL databases. | 88 |
ndmitchell/tagsoup | A Haskell library for parsing and extracting information from HTML/XML documents | 233 |
aaronlevin/haskell-shopify | A type-safe client library for the Shopify API | 12 |