dawdle-0.1.0.2: Generates DDL suggestions based on a CSV file

Safe HaskellSafe
LanguageHaskell2010

Database.Dawdle.PrettyPrint

Synopsis

Documentation

pretty Source

Arguments

:: String

Source of the data (stdin / filename)

-> [String]

Column names to assign

-> [CellType]

List of types

-> String

create table statement returned

PrettyPrint the types as a Create Table statement