Skip to content

Releases: LunasphereEntertainment/Munch

V0.1alpha

20 Jan 21:07
Compare
Choose a tag to compare
V0.1alpha Pre-release
Pre-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