Skip to content

Releases: upfor/juggler

v1.0.5

11 Oct 08:44

Choose a tag to compare

  • new: insert/update support raw SQL expression
  • fix: quote array implode params error
  • fix: string offset access by curly braces, is deprecated since PHP 7.4
  • fix: fetch alias field's column

v1.0.4

26 Apr 09:09

Choose a tag to compare

Add: indexBy function

v1.0.3

16 Nov 07:26

Choose a tag to compare

Add: Limit Query log

v1.0.2

23 Oct 09:05

Choose a tag to compare

  • Fix: Customize the SQL condition to determine the problem

v1.0.1

20 Jul 06:52

Choose a tag to compare

  • Add: Support multi custom SQL statement
  • Update: Examples and docs

v1.0

10 May 08:16

Choose a tag to compare

给力的PHP轻量级MySQL操作库V1.0版本正式发布!

  • 支持PHP版本5.4+,依赖PDO扩展
  • 常见数据库操作功能全部实现
  • WHERE组合条件上千种变化
  • 支持事务回调操作
  • 支持分片回调处理数据
  • 支持缓存查询数据
  • 支持多种联表查询
  • 支持多种数据绑定
  • 数据安全过滤保障
  • 引入、包装更简单