From 6fde5b828ee0f131536d0df0caf68e712742de53 Mon Sep 17 00:00:00 2001 From: Vlad Uspensky Date: Thu, 3 May 2018 10:32:06 -0700 Subject: Renaming `Dal` to `Repository` (#161) * Renaming `Dal` to `Repository` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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, -- cgit v1.2.3