mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-11-29 06:37:03 +03:00
better wordings.
This commit is contained in:
parent
f16a39aa92
commit
eab11ceaf2
2
index.md
2
index.md
@ -8,7 +8,7 @@ title: Project top page
|
||||
Haskell Relational Record (HRR) is a query generator based on typed relational algebra and a mapper between SQL value lists and Haskell record types.
|
||||
|
||||
- Abstracted - relations are expressed as high level expressions and they are translated into SQL statements. Drivers are provided for DB2, ProsgreSQL, 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 placeholders are typed.
|
||||
- Type safe - SQL statements produced by HRR are guaranteed to be valid if the Haskell code compiles. Even the type of placeholders are propagated.
|
||||
- Composable - relations can be composed to build bigger relations.
|
||||
- Automatic - SQL schema is obtained from a target DB and Haskell types are automatically generated at compile time.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user