txt-sushi-0.3.0: Spreadsheets are databases!

Portabilityportable
Stabilityexperimental
Maintainerkeithshep@gmail.com

Database.TxtSushi.SQLExecution

Description

Module for executing a SQL statement

Synopsis

Documentation

select :: SelectStatement -> Map String DatabaseTable -> DatabaseTableSource

perform a SQL select with the given select statement on the given table map

databaseTableToTextTable :: DatabaseTable -> [[String]]Source

textTableToDatabaseTable :: String -> [[String]] -> DatabaseTableSource