From 0c9547fe1c8aba87bc80ea26f09575e830c91834 Mon Sep 17 00:00:00 2001 From: Amin Abbasi Date: Wed, 31 Jul 2024 11:54:16 +0200 Subject: [PATCH] add resources for study active record --- design-patterns/active-record.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/design-patterns/active-record.md b/design-patterns/active-record.md index e318274..e55f568 100644 --- a/design-patterns/active-record.md +++ b/design-patterns/active-record.md @@ -5,3 +5,9 @@ Related topics suggested by [Krzysztof Grzybek](https://github.com/krzysztof-grz - How hard is to test code that uses Active Record? How is domain model tied or independent from data layer? - What's the relation between objects implementing Active Record and the Single Responsibility Principle? - How easy is to hit the database multiple times (e.g. in foreach loop) because of the leaking abstraction? + + +## Resources + +- [Active Record on Wikipedia](https://en.wikipedia.org/wiki/Active_record_pattern) +- [Active Record on Martin Fowler's website](https://martinfowler.com/eaaCatalog/activeRecord.html) \ No newline at end of file