Database
40 views
Database Connection
Quick Definition
Communication channel between application and database server
Full Definition
A communication channel between an application and a database server for executing queries and transactions.
Examples
connection strings, authentication, session management
Related Terms
connection-pooling
sql
driver
More Database Terms
Concurrency Control
Managing simultaneous data access while maintaining consistency
Database Migration
Version-controlled changes to database schema
CAP Theorem
Theorem on Consistency, Availability, Partition tolerance trade-offs
Database
Organized collection of structured data for storage and retrieval
Transaction
Single unit of work that succeeds or fails completely
Schema Design
Defining database table structure and constraints