# Functions
DoubleQuote puts double quotes around a string and escapes existing double quotes.
IsReservedWord returns true if the given string is a reserved word.
IsType returns true if the given string is a sqlite type.
Quote puts single quotes around a string and escapes existing single quotes.
QuoteDeclType returns a supported type or quotes type TEXT => TEXT TIMESTAMP => TIMESTAMP some other type => "some other type".
QuoteIdentifier returns a safe version of an identifier.
QuoteIdentifiers returns a safe version of a list of identifiers, separated by commas.
ReservedWords returns a list of reserved words.
Types returns a list of sqlite types.