Please enable JavaScript.
Coggle requires JavaScript to display documents.
ORM Systems Interview Questions - Coggle Diagram
ORM Systems Interview Questions
Object-Relational Mapping
technique
connect
programming language
DB
Features
app
independent of DB
generic query :earth_americas:
migrate
other DB
:arrow_double_up: time
learn SQL :books:
promotes abstraction
intervention in code
configuration to map
Entity Framework
Dapper
micro ORM
NuGet library
DB operations
SQL injection 💉
🔐 safe
generates 📝
parameterized SQL commands
Domain modelling
Code 1st
classes
describe model
Migration :airplane:
:pencil2: create/update DB
focuses
behavior
Model 1st
entity designer
DB 1st
Prisma
open-source
Parts
Client
builder :building_construction:
NodeJS & TypeScript
Migrate :airplane:
Studio
Graphical UI (GUI)
view/edit :eye: :pencil2:
DB data :newspaper:
Schema
define
app model
DB connection