📄️ awSQL
The default exported module that holds and manages all database instances globally.
📄️ Instance
Handles connection data and serves as the gateway for 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
Executes a query to update data in a table.
📄️ Structure
Defines a new table structure for managing columns efficiently.
📄️ CreateTable
Creates a new table with a defined structure.
📄️ AlterTable
Modifies an existing table by altering its structure.