Skip to content

Releases: leafsphp/db

🌍 Nexus

28 Feb 16:59
aad5d1a
Compare
Choose a tag to compare

v4.0 - 28 Feb 2025

Added

  • Added support for multi-DB connections
  • Added json query compat

Fixed

  • Update db check queries

💽 Flash Disk

08 Feb 21:54
Compare
Choose a tag to compare

v2.4.1 - 8 Feb 2025

Fixed

  • Reset instance after every command run

💽 Flash Disk

08 Feb 20:20
Compare
Choose a tag to compare

v2.4 - 8 Feb 2025

Added

  • Support smart relations

Fixed

Changed

  • Switched to deferred connections by default

💽 MiniDisc

09 Jan 17:07
Compare
Choose a tag to compare

v2.3 - 9 Jan 2023

Added

  • Added support for deferred database connections

🥙 Flashy '2'

16 Dec 18:47
Compare
Choose a tag to compare

v2.2.2 - 16 Dec 2024

Changed

  • Skip missing uniques instead of throwing error

🥙 Flashy

30 Sep 21:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2...v2.2.1

💾 Floppy Disk

25 Aug 02:20
2602273
Compare
Choose a tag to compare

v2.2 - 25 August 2024

Fixed

  • orderBy method chaining fix by @Bazowsky
  • add support for client_encoding option with pgsql (fix #16) by @haruspeks
  • Patch up config inconsistency

Changed

  • Switched to new Leaf Config API

New Contributors

💿 Compact Disc '1'

01 Sep 18:57
6d7cad8
Compare
Choose a tag to compare

v2.1.1 - 1 Sep 2023

Added

  • Added support for database urls

💿 Compact Disc

27 Feb 17:39
5b66375
Compare
Choose a tag to compare

v2.1.0 - 27 Feb 2023

Added

  • Added tableExists method to check if a table exists
  • Added createTable method
  • Added dropTable method
  • Added backup method
  • AddedcreateTableIfNotExists method
  • Added groupBy method
  • Added tests & linting
  • Add last insert id

Fixed

  • Patch up array to string conversion

Removed

  • Remove dummy/unused code

🌿 Chloroplast '2'

29 May 23:02
7fb2aa1
Compare
Choose a tag to compare

v2.0.2 - 29 May 2022

Fixed

  • Fixed reading of DB_PORT env
  • Fixed array parameter for db init
  • Fixed single state for db core