txt-sushi-0.4.0: Spreadsheets are databases!

Portabilityportable
Stabilityexperimental
Maintainerkeithshep@gmail.com

Database.TxtSushi.SQLExecution

Description

Module for executing a SQL statement

Synopsis

Documentation

select :: SortConfiguration -> 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

data SortConfiguration Source

We will use the sort configuration to determine whether tables should be sorted external or in memory