Fixing formatting errors in db docs
parent
33a8f0d87e
commit
c025d9da87
|
@ -244,7 +244,7 @@ ARTICLE: "db-protocol" "Low-level database protocol"
|
||||||
! { $subsection bind-tuple }
|
! { $subsection bind-tuple }
|
||||||
|
|
||||||
ARTICLE: "db-lowlevel-tutorial" "Low-level database tutorial"
|
ARTICLE: "db-lowlevel-tutorial" "Low-level database tutorial"
|
||||||
"Although Factor makes integrating a database with its object system easy (see " { $vocab-link "db.tuples" } "), sometimes you may want to write SQL directly and get the results back as arrays of strings, for instance, when interfacing with a legacy database that doesn't easily map to " { $snippet "tuples" } "."
|
"Although Factor makes integrating a database with its object system easy (see " { $vocab-link "db.tuples" } "), sometimes you may want to write SQL directly and get the results back as arrays of strings, for instance, when interfacing with a legacy database that doesn't easily map to " { $snippet "tuples" } "." $nl
|
||||||
"Executing a SQL command:"
|
"Executing a SQL command:"
|
||||||
{ $subsection sql-command }
|
{ $subsection sql-command }
|
||||||
"Executing a query directly:"
|
"Executing a query directly:"
|
||||||
|
|
Loading…
Reference in New Issue