Skip to content

Initial version of PHP SQL Query Builder library

Latest
Compare
Choose a tag to compare
@devcoder-xyz devcoder-xyz released this 07 Apr 10:11

Features:

  • Implementation of SELECT, INSERT, UPDATE, and DELETE query builders
  • Support for various types of SQL JOIN operations (INNER JOIN, LEFT JOIN, RIGHT JOIN)
  • Secure query building to prevent SQL injection vulnerabilities
  • Fluent interface for chaining query methods