Close the connection to the database.
Create a new record in the table.
Field values to create in the new record.
The new record.
Delete records matching provided query values.
Fields to query by.
Delete a record in the table by ID.
The record's ID.
Delete records using a custom where clause.
The where clause to use in the SQL query.
The query parameters.
Execute a SQL query.
SQL statement.
Values to be inserted into the statement.
Query results.
Execute all SQL files in a directory.
The directory containing SQL files.
The extension of the SQL files.
The SQL files path.
Results of all queries.
Execute a SQL file.
The SQL file to execute.
Values to be inserted into the statement.
The SQL files path.
Query results.
Execute multiple SQL files.
The SQL files to execute.
Values to be inserted into the statement.
The SQL files path.
Results of all queries.
Execute multiple SQL queries, each one right after the last
SQL statement.
Values to be inserted into the statement.
Results of all queries.
Get a record by field values.
Fields to query by.
The first record matching the field values.
Get a record in the table by ID.
The record's ID.
The record with the given ID.
Get a record using a custom where clause.
The where clause to use in the SQL query.
The query parameters.
The first record from the resulting set.
Get a static table's values.
The table name.
The table values.
Initialize the database.
List all records in the table.
Options for ordering the results.
All records, ordered if applicable.
List all records matching provided query values.
Fields to query by.
Options for ordering the results.
All records matching the provided query values, ordered if applicable.
List all records using a custom where clause.
The where clause to use in the SQL query.
Options for ordering the results.
The query parameters.
All records from the resulting set.
Provides information on an error.
The SQL statement.
The query parameters.
The query response.
The error thrown.
Populates a static database table from a CSV file.
The table to populate.
Populates a database table.
The table to populate.
Values to be inserted into the table.
Prune records from the database.
Transforms question mark query param indicators.
The SQL statement.
The query with transformed parameters.
Update records matching provided query values.
Fields to query by.
The updated field values.
The updated records.
Update a record in the table by ID.
The record's ID.
The updated field values.
The updated record.
Update records using a custom where clause.
The where clause to use in the SQL query.
The updated field values.
The query parameters.
The updated records.
Wipe the test database.
Generated using TypeDoc
Database service.