mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
7 lines
338 B
Plaintext
7 lines
338 B
Plaintext
This module generates SQL, while retaining complete control
|
|
over statement handles and uses the DBI interface. The
|
|
underlying idea is for this module to do what you mean,
|
|
based on the data structures you provide it. The big
|
|
advantage is that you don't have to modify your code every
|
|
time your data changes, as this module figures it out.
|