aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVlad Uspensky <v.uspenskiy@icloud.com>2018-05-03 10:32:06 -0700
committerGitHub <noreply@github.com>2018-05-03 10:32:06 -0700
commit6fde5b828ee0f131536d0df0caf68e712742de53 (patch)
treea988741af6c26dbc6de3d6a95fe417f0239c6938 /README.md
parent95dcc32a590ceb3b40371e2ef611a22afda5c499 (diff)
downloaddriver-core-6fde5b828ee0f131536d0df0caf68e712742de53.tar.gz
driver-core-6fde5b828ee0f131536d0df0caf68e712742de53.tar.bz2
driver-core-6fde5b828ee0f131536d0df0caf68e712742de53.zip
Renaming `Dal` to `Repository` (#161)v1.9.0
* Renaming `Dal` to `Repository`
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f773405..19202b6 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Core library is used to provide ways to implement practices established in [Driv
* `config` Contains method `loadDefaultConfig` with default way of providing config to the application,
* `domain` Common generic domain objects, e.g., `Email` and `PhoneNumber`,
* `messages` Localization messages supporting different locales and methods to read from config,
- * `database` Method for database initialization from config, `Id`, `Name`, `Time`, `Date` etc. mapping, schema lifecycle and base classes to implement and test `Dal` (data access layer objects),
+ * `database` Method for database initialization from config, `Id`, `Name`, `Time`, `Date` etc. mapping, schema lifecycle and base classes to implement and test `Repository` (data access objects),
* `rest` Wrapper over call to external REST API, authorization, context headers, XSS protection, does logging and allows to add Swagger to a service,
* `auth` Basic entities for authentication and authorization: `User`, `Role` `Permission` `AuthToken`, `AuthCredentials` etc.,
* `swagger` Contains custom `AbstractModelConverter` to customize Swagger JSON with any Scala JSON formats created by, for instance, Spray JSON,