.
This commit is contained in:
@@ -216,7 +216,7 @@ Below is an example SQLite backend implementation that stores fields in a table:
|
|||||||
This example builds an address book with persistent reference to persons, using ROOS' object ID mechanism.
|
This example builds an address book with persistent reference to persons, using ROOS' object ID mechanism.
|
||||||
|
|
||||||
@#reader scribble/comment-reader
|
@#reader scribble/comment-reader
|
||||||
@racketblock[
|
[racketblock
|
||||||
(require racket/vector)
|
(require racket/vector)
|
||||||
|
|
||||||
;; person class
|
;; person class
|
||||||
@@ -256,7 +256,6 @@ This example builds an address book with persistent reference to persons, using
|
|||||||
(set! persons (list->vector ps)))))
|
(set! persons (list->vector ps)))))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
;; Create sample data
|
;; Create sample data
|
||||||
(define b (-! book))
|
(define b (-! book))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user