What is an ORM and what does it do?

Поделиться
HTML-код
  • Опубликовано: 24 июл 2024
  • If there's one tool that can help speed up your development process then it's an ORM but what is an ORM and what does it do?
    00:00 Intro
    00:30 What is an ORM?
    02:34 ORM Data Models
    04:38 Relationships between ORM Data Models
    05:31 Popular ORMs
    06:11 Pros and Cons of using an ORM
    Read the article here: codebubb.com/posts/what-is-an...
    In this web development tutorial video, I'll give you an overview of what an ORM is and why you might want to make use of one in your next project.
    We'll take a look at the definition of an ORM and also how ORMs use data models to work with data in your database including building relationships between different data models all whilst not having to touch a single line of SQL code!
    In the video we'll also discuss some of the pros and cons of using an ORM and take a look at some popular ORM packages you might want to consider using in your next project.

Комментарии • 3

  • @codewithbubb
    @codewithbubb  5 месяцев назад +1

    What do you think? Are you going to try out an ORM on your next project or stick to writing SQL?

  • @zoki5388
    @zoki5388 5 месяцев назад +1

    Real man write sql queries /s