Giter Site home page Giter Site logo

inmemdb's Introduction

This is an in memory DB to get you to think about how databases work and why we need them. This morning exercise should also help you to understand why a DB helps to organize your data.

I've seeded an in memory database with a table called users that keeps track of users in a system (rows). The properties (columns) are name, age, gender, and job type. There is also a employer table that list the different types of employers.

Your mission is to fill out the 6 functions that are being exported by this module. Each function does a specific task that requires you to go through the data and return the right results based on the name of the function and/or any inputs.

Functions:

byId: Retrieve a single user based on their id. youngest: Retrieve the youngest user in the system. oldest: Retrieve the oldest user in the system. males: Retrieve all the users in the system with the gender of male. females: Retrieve all the users in the system with the gender of female. employees: Retrieve all the users in the system that belong to a given employer.

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.