From 03f3d208ca74c85d64601d3372e47ebec38de4a4 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Tue, 24 Feb 2009 17:10:20 +0000 Subject: [PATCH] tutorial sqlite svn: r13817 --- collects/web-server/scribblings/tutorial/continue.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/web-server/scribblings/tutorial/continue.scrbl b/collects/web-server/scribblings/tutorial/continue.scrbl index 3fbb67cbb0..1c6cbba862 100644 --- a/collects/web-server/scribblings/tutorial/continue.scrbl +++ b/collects/web-server/scribblings/tutorial/continue.scrbl @@ -949,10 +949,10 @@ So, in the next section, we'll talk about how to use an SQL database to store ou web-server/scribblings/tutorial/dummy-sqlite)] @(require (for-label web-server/scribblings/tutorial/dummy-sqlite)) -Our next task is to employ an SQL database for the blog model. We'll be using SQLite with the @schememodname[(planet jaymccarthy/sqlite:3/sqlite)] PLaneT package. We add the following to the top of our model: +Our next task is to employ an SQL database for the blog model. We'll be using SQLite with the @schememodname[(planet jaymccarthy/sqlite:4)] PLaneT package. We add the following to the top of our model: @schemeblock[ -(require (prefix-in sqlite: (planet jaymccarthy/sqlite:3/sqlite))) +(require (prefix-in sqlite: (planet jaymccarthy/sqlite:4))) ] We now have the following bindings: