mirror of
https://github.com/graninas/Hydra.git
synced 2024-11-24 04:31:29 +03:00
Update README.md
This commit is contained in:
parent
154aa03d5a
commit
762276dd85
@ -14,6 +14,8 @@ An all-in-one framework for writing Haskell apps which use the following feature
|
||||
|
||||
- Multithreading
|
||||
- Safe STM-powered concurrency
|
||||
- KV DB functionality (Redis & RocksDB backends supported)
|
||||
- SQL DB functionality (beam incorporated, SQLite supported, PG & MySQL possible)
|
||||
- Logging
|
||||
- Random data generation
|
||||
- Many others
|
||||
@ -21,6 +23,6 @@ An all-in-one framework for writing Haskell apps which use the following feature
|
||||
With the framework, you can create complex applications that have a good maintainability, testability, simplicity, that have a good structure and are easy to read and change. The key principles in the framework:
|
||||
|
||||
- Layered architecture
|
||||
- Separation of Business Logic, Runtime and Implementation
|
||||
- Separation of Subsystem Interfaces, Business Logic, Runtime and Implementation
|
||||
- Convenient and simple to use eDSLs for Business Logic
|
||||
- Layered structure of business application: State, Domain, Business Logic
|
||||
|
Loading…
Reference in New Issue
Block a user