Checks whether a number is valid for sqlite.
The number to check.
Whether the number is valid.
Creates columns for a table.
The object for columns.
The columns that were created from the object.
Creates inner join options for a query.
The options for joining tables.
The created inner join query.
Makes a string that is valid to insert values into sqlite.
The object containing data.
The columns of the table.
The string to use against sqlite.
Creates select options for a query.
The options for this query selector.
The created selector.
Creates a set of values to update a row.
The object data to update with.
The columns of the table.
The string that can be used to update this row.
Creates a string of sort options for this query.
The options for sorting the query.
The string to sort this query.
Makes filters for a query.
The options for this filter.
The returned filter for a query.
Generated using TypeDoc
Contains utility functions to make interacting with the database easier.