package
Version:
v0.5.6
Opens a new window with list of versions in this module.
Published: Feb 14, 2026
License: AGPL-3.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ExportCSV writes ResultSet rows as CSV to w. Column order is preserved.
ExportGOB encodes the ResultSet.Rows using gob to w.
ExportJSON writes ResultSet rows as a JSON array of objects.
ExportXML writes ResultSet as simple XML: <rows><row><col>value</col>...</row>...</rows>
type Options struct {
PrettyJSON bool
CSVDelimiter rune
}
Options controls exporter behavior.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.