Expand description
This module defines the main API wrapper.
Structs
- Main API wrapper.
- Configuration to create a database connection.
Functions
- This method is used to delete rows from a table.
- This method is used to insert into a table.
- This method is used to bulk insert rows.
- This method is used to bulk insert rows.
- This method is used to insert into a table.
- This method is used to retrieve rows that match the provided query.
- This method is used to update rows in a table.
Type Definitions
- Type alias for
SelectColumnData
.. - Type alias for
JoinTableData
.