📄️ awSQL
This is the default exported module that holds all Instances and manages them.
📄️ Instance
Holds connection data and is the gateway to performing queries.
📄️ Select
Performs a query to retrieve data from a table.
📄️ Insert
Performs a query to insert new data into a table.
📄️ Delete
Performs a query to delete rows from a table.
📄️ Update
Performs a query to update data in a table.
📄️ Structure
Defines a new Table structure.
📄️ CreateTable
Creates a new table with defined structure.
📄️ AlterTable
Alters a table.