Data access layer
Defines the data access layer concept used in data access systems, with its contract, lifecycle, failure behavior, and operational boundaries.
- Also known as
- Data access layer pattern, Data Access data access layer, Data access layer implementation
- AI prompt
Implement production-ready Data access layer for a backend system. Define the contract, validation, authorization, lifecycle, failure behavior, observability, concurrency and idempotency rules, performance limits, tests, rollout plan, and framework-neutral examples.
Repository pattern
Defines the repository pattern concept used in data access systems, with its contract, lifecycle, failure behavior, and operational boundaries.
- Also known as
- Repository pattern pattern, Data Access repository pattern, Repository pattern implementation
- AI prompt
Implement production-ready Repository pattern for a backend system. Define the contract, validation, authorization, lifecycle, failure behavior, observability, concurrency and idempotency rules, performance limits, tests, rollout plan, and framework-neutral examples.
Generic repository
Defines the generic repository concept used in data access systems, with its contract, lifecycle, failure behavior, and operational boundaries.
- Also known as
- Generic repository pattern, Data Access generic repository, Generic repository implementation
- AI prompt
Implement production-ready Generic repository for a backend system. Define the contract, validation, authorization, lifecycle, failure behavior, observability, concurrency and idempotency rules, performance limits, tests, rollout plan, and framework-neutral examples.
Unit of work
Defines the unit of work concept used in data access systems, with its contract, lifecycle, failure behavior, and operational boundaries.
- Also known as
- Unit of work pattern, Data Access unit of work, Unit of work implementation
- AI prompt
Implement production-ready Unit of work for a backend system. Define the contract, validation, authorization, lifecycle, failure behavior, observability, concurrency and idempotency rules, performance limits, tests, rollout plan, and framework-neutral examples.
Data mapper
Defines the data mapper concept used in data access systems, with its contract, lifecycle, failure behavior, and operational boundaries.
- Also known as
- Data mapper pattern, Data Access data mapper, Data mapper implementation
- AI prompt
Implement production-ready Data mapper for a backend system. Define the contract, validation, authorization, lifecycle, failure behavior, observability, concurrency and idempotency rules, performance limits, tests, rollout plan, and framework-neutral examples.
Active Record
Defines the active Record concept used in data access systems, with its contract, lifecycle, failure behavior, and operational boundaries.
- Also known as
- Active Record pattern, Data Access active record, Active Record implementation
- AI prompt
Implement production-ready Active Record for a backend system. Define the contract, validation, authorization, lifecycle, failure behavior, observability, concurrency and idempotency rules, performance limits, tests, rollout plan, and framework-neutral examples.
Table data gateway
Defines the table data gateway concept used in data access systems, with its contract, lifecycle, failure behavior, and operational boundaries.
- Also known as
- Table data gateway pattern, Data Access table data gateway, Table data gateway implementation
- AI prompt
Implement production-ready Table data gateway for a backend system. Define the contract, validation, authorization, lifecycle, failure behavior, observability, concurrency and idempotency rules, performance limits, tests, rollout plan, and framework-neutral examples.
Query object
Defines the query object concept used in data access systems, with its contract, lifecycle, failure behavior, and operational boundaries.
- Also known as
- Query object pattern, Data Access query object, Query object implementation
- AI prompt
Implement production-ready Query object for a backend system. Define the contract, validation, authorization, lifecycle, failure behavior, observability, concurrency and idempotency rules, performance limits, tests, rollout plan, and framework-neutral examples.
Specification pattern
Defines the specification pattern concept used in data access systems, with its contract, lifecycle, failure behavior, and operational boundaries.
- Also known as
- Specification pattern pattern, Data Access specification pattern, Specification pattern implementation
- AI prompt
Implement production-ready Specification pattern for a backend system. Define the contract, validation, authorization, lifecycle, failure behavior, observability, concurrency and idempotency rules, performance limits, tests, rollout plan, and framework-neutral examples.
DAO
Defines the dAO concept used in data access systems, with its contract, lifecycle, failure behavior, and operational boundaries.
- Also known as
- DAO pattern, Data Access dao, DAO implementation
- AI prompt
Implement production-ready DAO for a backend system. Define the contract, validation, authorization, lifecycle, failure behavior, observability, concurrency and idempotency rules, performance limits, tests, rollout plan, and framework-neutral examples.
ORM
Defines the oRM concept used in data access systems, with its contract, lifecycle, failure behavior, and operational boundaries.
- Also known as
- ORM pattern, Data Access orm, ORM implementation
- AI prompt
Implement production-ready ORM for a backend system. Define the contract, validation, authorization, lifecycle, failure behavior, observability, concurrency and idempotency rules, performance limits, tests, rollout plan, and framework-neutral examples.
Query builder
Defines the query builder concept used in data access systems, with its contract, lifecycle, failure behavior, and operational boundaries.
- Also known as
- Query builder pattern, Data Access query builder, Query builder implementation
- AI prompt
Implement production-ready Query builder for a backend system. Define the contract, validation, authorization, lifecycle, failure behavior, observability, concurrency and idempotency rules, performance limits, tests, rollout plan, and framework-neutral examples.
Raw SQL
Defines the raw SQL concept used in data access systems, with its contract, lifecycle, failure behavior, and operational boundaries.
- Also known as
- Raw SQL pattern, Data Access raw sql, Raw SQL implementation
- AI prompt
Implement production-ready Raw SQL for a backend system. Define the contract, validation, authorization, lifecycle, failure behavior, observability, concurrency and idempotency rules, performance limits, tests, rollout plan, and framework-neutral examples.
Stored procedure
Defines the stored procedure concept used in data access systems, with its contract, lifecycle, failure behavior, and operational boundaries.
- Also known as
- Stored procedure pattern, Data Access stored procedure, Stored procedure implementation
- AI prompt
Implement production-ready Stored procedure for a backend system. Define the contract, validation, authorization, lifecycle, failure behavior, observability, concurrency and idempotency rules, performance limits, tests, rollout plan, and framework-neutral examples.
Database function
Defines the database function concept used in data access systems, with its contract, lifecycle, failure behavior, and operational boundaries.
- Also known as
- Database function pattern, Data Access database function, Database function implementation
- AI prompt
Implement production-ready Database function for a backend system. Define the contract, validation, authorization, lifecycle, failure behavior, observability, concurrency and idempotency rules, performance limits, tests, rollout plan, and framework-neutral examples.
Connection
Defines the connection concept used in data access systems, with its contract, lifecycle, failure behavior, and operational boundaries.
- Also known as
- Connection pattern, Data Access connection, Connection implementation
- AI prompt
Implement production-ready Connection for a backend system. Define the contract, validation, authorization, lifecycle, failure behavior, observability, concurrency and idempotency rules, performance limits, tests, rollout plan, and framework-neutral examples.
Connection pool
Defines the connection pool concept used in data access systems, with its contract, lifecycle, failure behavior, and operational boundaries.
- Also known as
- Connection pool pattern, Data Access connection pool, Connection pool implementation
- AI prompt
Implement production-ready Connection pool for a backend system. Define the contract, validation, authorization, lifecycle, failure behavior, observability, concurrency and idempotency rules, performance limits, tests, rollout plan, and framework-neutral examples.
Connection lifetime
Defines the connection lifetime concept used in data access systems, with its contract, lifecycle, failure behavior, and operational boundaries.
- Also known as
- Connection lifetime pattern, Data Access connection lifetime, Connection lifetime implementation
- AI prompt
Implement production-ready Connection lifetime for a backend system. Define the contract, validation, authorization, lifecycle, failure behavior, observability, concurrency and idempotency rules, performance limits, tests, rollout plan, and framework-neutral examples.
Prepared statement
Defines the prepared statement concept used in data access systems, with its contract, lifecycle, failure behavior, and operational boundaries.
- Also known as
- Prepared statement pattern, Data Access prepared statement, Prepared statement implementation
- AI prompt
Implement production-ready Prepared statement for a backend system. Define the contract, validation, authorization, lifecycle, failure behavior, observability, concurrency and idempotency rules, performance limits, tests, rollout plan, and framework-neutral examples.
Parameterized query
Defines the parameterized query concept used in data access systems, with its contract, lifecycle, failure behavior, and operational boundaries.
- Also known as
- Parameterized query pattern, Data Access parameterized query, Parameterized query implementation
- AI prompt
Implement production-ready Parameterized query for a backend system. Define the contract, validation, authorization, lifecycle, failure behavior, observability, concurrency and idempotency rules, performance limits, tests, rollout plan, and framework-neutral examples.