diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-10-06 13:11:03 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-10-06 13:11:03 -0400 |
commit | 37f1efc23e011927873cfc5871ac7686eac5a745 (patch) | |
tree | 0678ebf96e02863f7ab6dc5eea1adf7d4c3bb127 /demo/more/prose | |
parent | 79edb644cdc9c2218be3c34151eb69a84fb8344e (diff) |
Finalized Orm1 demo
Diffstat (limited to 'demo/more/prose')
-rw-r--r-- | demo/more/prose | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/demo/more/prose b/demo/more/prose index c2a3d281..a2765778 100644 --- a/demo/more/prose +++ b/demo/more/prose @@ -2,6 +2,10 @@ dragList.urp -This is an Ur/Web version of the "draggable lists" <a href="http://groups.inf.ed.ac.uk/links/examples/">demo program from Links</a>. +<p>This is an Ur/Web version of the "draggable lists" <a href="http://groups.inf.ed.ac.uk/links/examples/">demo program from Links</a>.</p> grid1.urp + +orm1.urp + +<p>Many varieties of "object-relational mapping" (ORM) can be implemented as libraries in Ur/Web, as this demo shows.</p> |