Giter Site home page Giter Site logo

sqlite-practice-unsolved's Introduction

Sqlite Assignment

In this assignment we will build a sqlite database and test that you set it up correctly!

Why Sqlite?

In general, SQL is a skill that you will need if you ever find yourself doing any sort of backend work. The reality of most database systems is that the actual stored data is only accessible by a running app. For example when you run a PostGres or MySQL database, you are actually running a Postgres app or a MySQL app on your computer. Those application will manage where your data is stored for you, and in all likelihood it spreads that information around your computer doing a bunch of optimizations.

SQlite is different though. SQlite's storage ALL lives inside of a file that you specify! This means two things for us from an educational perspective:

  1. It's a little less work getting started
  2. We can write better tests to whatever you submit

The Task

We want to build an app that allows users to favorite dogs. This should be a many to many relationship which means that a User should be able to favorite many dogs, and a Dog should be able to be favorited by many users.

Part 1: Setting Up the Database

See part1.md

Part 2: Creating some queries

See part2.md

sqlite-practice-unsolved's People

Contributors

jjhiggz avatar andreycodez avatar

Stargazers

Steven B avatar

Watchers

Peter Garbers avatar Mark Price avatar Eric Donnelly avatar  avatar

sqlite-practice-unsolved's Issues

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.