This commit is contained in:
2025-07-09 15:56:00 +02:00
parent 1717e0b01e
commit b2193298f2

View File

@@ -145,7 +145,7 @@ See the full SQLite example in the next section.
Below is an example SQLite backend implementation that stores fields in a table: Below is an example SQLite backend implementation that stores fields in a table:
@#reader scribble/comment-reader @#reader scribble/comment-reader
@racketblock[ [racketblock
(require db) (require db)
(require racket/vector) (require racket/vector)