ORM or Object-Relational Mapping is a widely used pattern in software engineering to make it easier to interface with SQL databases from programming environment. Examples of ORMS Rust SeaQL diesel-rs Typescript Prisma Python SQLAlchemy SQLModel