Documentation ¶
Overview ¶
package csvdriver registers a database/sql/driver.Driver implementation for CSV files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Conn ¶
type Conn struct { File string // name of the file to be open Mode int // r/w mode (default: read-only) Perm os.FileMode // file permissions Comma rune // field delimiter (default: ',') Comment rune // comment character for start of line (default: '#') }
Conn describes how a connection to the CSV-driver should be established.
Click to show internal directories.
Click to hide internal directories.