Versions in this module Expand all Collapse all v0 v0.1.1 Sep 13, 2025 Changes in this version + type JSONWriter struct + func NewJSONWriter(w io.Writer) *JSONWriter + func (jw *JSONWriter) Flush() error + func (jw *JSONWriter) WriteData(table string, data []string) error + func (jw *JSONWriter) WriteHeader(dbType string) error + func (jw *JSONWriter) WriteSchema(table, schema string) error + type SQLWriter struct + func NewSQLWriter(w io.Writer) *SQLWriter + func (sw *SQLWriter) Flush() error + func (sw *SQLWriter) WriteData(table string, data []string) error + func (sw *SQLWriter) WriteHeader(dbType string) error + func (sw *SQLWriter) WriteSchema(table, schema string) error v0.1.0 Sep 13, 2025