Skip to content
/ kosem Public

raw SQL, type-safe, relational mapping library for Haskell

Notifications You must be signed in to change notification settings

jeukshi/kosem

Repository files navigation

🚧 Under Construction 🚧

Kosem is a raw SQL, type-safe, relational mapping library for Haskell.

rows <-
    execute
        connection
        [sql|select username, age from user|]
forM_ rows $ \row -> do
    print row.username
    print row.age

About

raw SQL, type-safe, relational mapping library for Haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages