Update README.md

This commit is contained in:
Alexander Granin 2019-11-08 23:51:34 +07:00 committed by GitHub
parent 154aa03d5a
commit 762276dd85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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