Overview
A technique that maps objects in code to relational database tables, abstracting direct SQL interaction.
Cross-References(1)
More in Software Engineering
Asynchronous Programming
Paradigms & PatternsA programming paradigm where operations can proceed without waiting for other operations to complete.
Webhook
Paradigms & PatternsAn HTTP callback that delivers real-time notifications from one application to another when a specified event occurs.
Event Loop
Paradigms & PatternsA programming construct that waits for and dispatches events or messages in a program.
Continuous Deployment
Development PracticesAn extension of continuous integration where code changes are automatically deployed to production after passing tests.
Monorepo
Development PracticesA version control strategy where multiple projects or packages are stored in a single repository.
Blue-Green Deployment
Paradigms & PatternsA deployment strategy using two identical production environments to achieve zero-downtime releases.
Git
Development PracticesA distributed version control system for tracking changes in source code during software development.
Parallelism
ArchitectureThe simultaneous execution of multiple computations across multiple processors or cores.