#
identity-map
Here are 6 public repositories matching this topic...
Eloquence provides a cache on top of Eloquent that prevents multiple models being created for a single database row using the Identity Map design pattern.
-
Updated
Jul 8, 2020 - PHP
This repository provides an implementation (or at least an attempt) of Uncle Bob's Clean Architecture with Typescript.
nodejs
javascript
typescript
solid
ddd
clean-code
design-patterns
clean-architecture
unit-of-work
identity-map
clean-coder
-
Updated
Dec 13, 2020 - TypeScript
PHP drop-in array replacement object cache designed to work with ORM and Identity Map patterns, providing Weakref-based unique identity-to-object resolution and smart caching of unused objects based on objects popularity.
-
Updated
Dec 27, 2020 - PHP
Woohoo Labs. Worm ORM
-
Updated
Jan 23, 2021 - PHP
Improve this page
Add a description, image, and links to the identity-map topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the identity-map topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
I'm interested in using MikroORM in a system where migrations and schema management are handled by another tool. I attempted to use the
EntityGeneratorfunctionality but there doesn't appear to be any way to limit entity generation to specific schemas (in this case Postgres)Describe the solution you'd like
I'd like to b