Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 356 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 356 Bytes

Hedsql

Hedsql is a EDSL (Embedded Domain-Specific Language) written in Haskell for SQL.

It allows to create SQL statements in a compact, modular and flexible way. Outputs are strings. It means that Hedsql can be used with in any database access library such as HDBC, [x]-simple, etc.

Take a look at the GitHub Wiki for a quick start and examples.