Git Product home page Git Product logo

activerecord-intro's People

Contributors

alman92 avatar andrewsunglaekim avatar jshawl avatar juancgarcia avatar nayana487 avatar nolds9 avatar robertakarobin avatar superbuggy avatar

Watchers

 avatar

activerecord-intro's Issues

intro

1.the active record pattern is an architectural pattern found in software that stores in-memory object data in relational databases
2.ORMs provide a high-level abstraction upon a relational database that allows a developer to write Python
3. a database connection is the means by which a database server and its .

spenser

  1. A ruby gem. A library that ports objects from other languages to ruby and back.
  2. A tool to help convert objects from a different language to something you can use.
  3. So the server can access and manipulate the database?

Information Dive

Try to answer these questions:

  • What is the Active Record pattern in a nutshell?
  • At a high level, what are ORM's and how might they be useful?
  • What is the importance of interfacing the server with the database?

ar

1- "the layer of the system responsible for representing business data and logic"
2- "programming technique for converting data between incompatible type systems using object-oriented programming languages"
3- save time and energy

Active Record

What is the Active Record pattern in a nutshell?
-Objects that carry both persistent data and behavior which operates on that data
At a high level, what are ORM's and how might they be useful?
-A technique for converting data between incompatible systems using a object oriented language.
-It allows the person whose writing code to convert it into different languages.

Information Dive

Try to answer these questions:

  • What is the Active Record pattern in a nutshell?
  • At a high level, what are ORM's and how might they be useful?
  • What is the importance of interfacing the server with the database?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.