Skip to content

V0.1alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@Leila-Codes Leila-Codes released this 20 Jan 21:07
· 5 commits to main since this release

Basic Alpha release, basic Query Builder support for most needs.
Supports:

  • Creation of SQL statement
  • Applying multiple WHERE filters
  • Basic Select, Insert, Update and Delete
  • Supports Where =, WhereIn natively, whilst providing a "WhereRaw" function to perform other operators such as <, >, <>, !=
  • Supports specification of columns