Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

hackage.haskell.org : postgresql-typed

Automatically type-check SQL statements at compile time. Uses Template Haskell and the raw PostgreSQL protocol to describe SQL statements at compile time and provide appropriate type marshalling for both parameters and results. Allows not only syntax verification of your SQL but also full type safety between your SQL and Haskell. Supports many built-in PostgreSQL types already, including arrays and ranges, and can be easily extended in user code to support any other types. Also includes an optional HDBC backend that, since it uses the raw PostgreSQL protocol, may be more efficient than the normal libpq backend in some cases (though provides no more type safety than HDBC-postgresql when used without templates). Originally based on Chris Forno's templatepg library.

Registry - Source - JSON
purl: pkg:hackage/postgresql-typed
Keywords: bsd3, database, library, haskell, postgresql, type-safety
License: BSD-3-Clause
Latest release: over 6 years ago
First release: over 9 years ago
Dependent repositories: 24
Downloads: 14,670 total
Stars: 83 on GitHub
Forks: 12 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 23 days ago

    Loading...
    Readme
    Loading...