Giter VIP home page Giter VIP logo

node_postgres_orm's Introduction

#Weekend Lab - Postgres in Node

We'll be building our Object Relational Mapper. Wikipedia describes Object Relational Mapper as

Object-relational mapping (ORM, O/RM, and O/R mapping) in computer science is a programming technique for converting data between incompatible type systems in object-oriented programming languages.

We will be writing the necessary code to connect our Node App to Postgres to update a resource, instead of a fixed array.

Using the sample app provided, please fork and clone.

#Requirements

  • Setup your local database using the schema file.
  • Update person.js so all methods work with with Postgres to handle items.
  • Construct a form to make this all work from the web.

##How to get started

  1. First Start by loading your schema.sql file provided to configure your database with the necessary rows and columns.

  2. You will be writing the necessary methods to interact with your database in person.js. Test each methods with a console.log or use a tool like PGCommander to view.

  3. After you verify each of the methods in person.js are working. You can only then work on the forms needed to make this a complete web app.

##Bonus

Pat your self on the back if you get it, this will be a lot work.

##Super Bonus Make a constructor called Record with static methods such as:

  • .findByor .findByName or .findById
  • .all
  • .destroy
  • .create

And a prototype method for update. Refactor your code so that Person will inherit from Record

##Resources

node_postgres_orm's People

Contributors

bridgpal avatar smonette avatar

Watchers

 avatar

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.