export

package
v0.0.0-...-12d209d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 22, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExportCSV

func ExportCSV(w io.Writer, columns []string, rows []map[string]interface{}) error

ExportCSV writes rows as CSV with headers.

func ExportJSON

func ExportJSON(w io.Writer, rows []map[string]interface{}) error

ExportJSON writes rows as formatted JSON.

func ExportSQL

func ExportSQL(w io.Writer, table string, columns []string, rows []map[string]interface{}) error

ExportSQL writes rows as SQL INSERT statements.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL