Database
155 views
ORM
Quick Definition
Mapping object-oriented code to database tables
Full Definition
Object-Relational Mapping, mapping object-oriented code to relational database tables.
Examples
Eloquent, Doctrine, SQLAlchemy, Active Record
Related Terms
sql
database-programming
More Database Terms
Trigger
Special procedure that auto-executes on table events
Key-Value Store
NoSQL database storing data as key-value pairs
Primary-Replica Architecture
Architecture with primary for writes, replicas for reads
DynamoDB
Fully managed serverless NoSQL database by AWS
Isolation Level
Degree of visibility between concurrent transactions
Sharding
Horizontal data partitioning across multiple instances