Skip to content
Snippets Groups Projects
Commit db816382 authored by Peter Keleher's avatar Peter Keleher
Browse files

Update README.md

parent 1d3cef0d
No related branches found
No related tags found
No related merge requests found
......@@ -221,7 +221,7 @@ Save your function to file `function.sql`.
programming language. The result is that you can write a database application without
using SQL at all.
We will re-write the previous program with exactly the same semantics, but using an object
We will re-write Question 2 with exactly the same semantics, but using an object
model approach instead. Notes:
1. There are many python ORMs, including [Django](https://www.djangoproject.com/), but we
will use the simpler [peewee](https://github.com/coleifer/peewee).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment