Releases: LunasphereEntertainment/Munch
Releases · LunasphereEntertainment/Munch
V0.1alpha
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