Skip to content
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 688 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 688 Bytes

Repository implementation with ScalikeJDBC in DDD

This is a ScalikeJDBC example for Domain Driven Design Repository implementation.

Motivation

ScalikeJDBC is suitable for Domain Driven Design's Repository implementation because of few CoC and enough flexibility to deal with real existing data.

Library

https://github.com/scalikejdbc/ddd-repository-example/tree/master/src/main/scala/scalikejdbc/ddd/infrastructure

Usage

https://github.com/scalikejdbc/ddd-repository-example/blob/master/src/test/scala/persondb

License

Copyright 2014 scalikejdbc.org
Apache License, Version 2.0
http://www.apache.org/licenses/LICENSE-2.0.html