Skip to content

Preetam/intro-to-databases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to (Relational) Databases

Getting started

  1. Get Python
  2. Clone this repository
  3. Do the exercises (they're fill-in-the-blank)

Each example is in its own test case. You'll have to use the following to run each of them individually:

python -m unittest exercises.E.test_exercise_1

For exercise 2, use the following:

python -m unittest exercises.E.test_exercise_2

and so on.

Notes

The slides are available here: https://speakerdeck.com/preetamjinka/intro-to-relational-databases-2015

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages