csvql

package
v0.0.0-...-cba17b0 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2018 License: Apache-2.0 Imports: 8 Imported by: 0

README

CVSQL: serving CSV with SQL

CSV files are the basic format for data sharing, but they're not always the best way to consume it.

So, what if we created a SQL server that reads the content directly from the CVS files in a folder ... all of it in Go?

References:

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Database

type Database struct {
	// contains filtered or unexported fields
}

func NewDatabase

func NewDatabase(path string) (*Database, error)

func (*Database) Name

func (d *Database) Name() string

func (*Database) Tables

func (d *Database) Tables() map[string]sql.Table

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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