Repository navigation

#

identity-map

TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, MariaDB, MS SQL Server, PostgreSQL and SQLite/libSQL databases.

TypeScript
8218
13 小时前

This repository provides an implementation (or at least an attempt) of Uncle Bob's Clean Architecture with Typescript.

TypeScript
149
1 年前

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.

PHP
18
5 年前

🗃 Database module (Connection, table & column schemas, query builders, result fetching, identity map)

PHP
3
2 年前

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.

PHP
0
3 年前

Small java application. The goal was to use Data Mapper (ex1), identity map (ex2), and a new package "service" (ex3)

Java
0
5 个月前