Database
27 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
Key-Value Store
NoSQL database storing data as key-value pairs
Sharding
Horizontal data partitioning across multiple instances
Database Connection
Communication channel between application and database server
View
Virtual table defined by a SQL query
Database
Organized collection of structured data for storage and retrieval
Isolation Level
Degree of visibility between concurrent transactions