Skip to content

Releases: scriptbox-app/easy_db

v1.0

03 Jun 07:28
b322615

Choose a tag to compare

  • Fluent interface for building queries: select(), where(), join(), groupBy(), orderBy(), etc.
  • Safe parameter binding using PDO prepared statements to prevent SQL injection.
  • Support for single and multiple where clauses, whereIn, like, between.
  • Aggregate functions: count(), sum(), avg(), min(), max().
  • Insert with retrieval of last inserted ID (insertGetId()).
  • Table creation and dropping with createTable() and dropTable().
  • Pagination support returning JSON output.
  • Configurable via .env file.
  • Debug mode enabled via environment variable.
  • Written as a single PHP file with no dependencies.