Skip to main content

Introduction

awSQL is a fast and reliable database query tool designed to:

  • ✅ Minimize the risk of SQL injections
  • ✅ Maximize usability and safety
  • ✅ Prevent accidental bulk row modifications

With awSQL, you can programmatically interact with databases in a clear and intuitive manner - no more writing complex SQL queries manually!

Getting Started

Requirements

To begin, ensure you have:

  • A hosted database
  • Your database credentials

Installation

Install awSQL via npm:

npm i git+https://git.pwcca.eu/Sam/awSQL.git#release
Important

Always use the #release branch to avoid downloading the development version.

Exports

awSQL provides two core modules:

  • awSQL - The main database instance
  • Structure - A module for defining table structures