narc: Query SQL databases using Nested Relational Calculus embedded in Haskell.
Narc is an embedded language for querying SQL databases, which permits using the ``nested relational'' model, a more flexible model than the traditional relational model of SQL databases. In spite of this richer data model, queries are transformed into SQL to run against standard databases.
To use the language, express a query using the combinators
like foreach
, table
, having
, singleton
and so on.
Wrap this in a call to narcToSQLString
to get a string
that can be sent to a SQL database.
To send a query directly to an HDBC connection, import
the module Database.Narc.HDBC
and use its run
function,
passing it an HDBC connection and a Narc query. The result
is an IO action that returns a 2-D list of result values
in HDBC's usual format.
Versions [faq] | 0.1, 0.1.1, 0.1.2, 0.1.3 |
---|---|
Dependencies | base (==4.*), HDBC, HUnit, mtl, QuickCheck, random [details] |
License | BSD-3-Clause |
Author | Ezra e. k. Cooper |
Maintainer | ezra@ezrakilty.net |
Category | Database |
Home page | http://ezrakilty.net/projects/narc |
Uploaded | by EzraCooper at 2011-08-09T03:29:57Z |
Distributions | NixOS:0.1.3 |
Downloads | 2829 total (5 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |
Downloads
- narc-0.1.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)