From a61883381aa8874049d9203a0eb60c22a864eada Mon Sep 17 00:00:00 2001 From: Kei Hibino Date: Fri, 16 Jul 2021 20:42:21 +0900 Subject: [PATCH] gh-pages: fix typo. --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 0b6927ff..d85223f7 100644 --- a/index.md +++ b/index.md @@ -5,7 +5,7 @@ title: Project site ### 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.