mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-11-25 08:19:14 +03:00
gh-pages: fix typo.
This commit is contained in:
parent
540d75e19a
commit
a61883381a
2
index.md
2
index.md
@ -5,7 +5,7 @@ title: Project site
|
||||
|
||||
### <a name="what-is-hrr"></a> What is HRR?
|
||||
|
||||
Haskell Relational Record (HRR) is a query generator based on typed relational algebra and correspondence between SQL value lists and Haskell record types, which provide programming interfaces to Relational DataBase Managemsnt Systems (RDBMS).
|
||||
Haskell Relational Record (HRR) is a query generator based on typed relational algebra and correspondence between SQL value lists and Haskell record types, which provide programming interfaces to Relational DataBase Management Systems (RDBMS).
|
||||
|
||||
- Abstracted - relations are expressed as high level expressions and they are translated into SQL statements. Drivers are provided for DB2, PostgreSQL, SQLite, MySQL, Microsoft SQL Server and OracleSQL.
|
||||
- Type safe - SQL statements produced by HRR are guaranteed to be valid if the Haskell code compiles. Even the types of placeholders are propagated.
|
||||
|
Loading…
Reference in New Issue
Block a user