Skip to content

Releases: lintangtimur/Steldb

v1.1.2

21 Nov 02:31
Compare
Choose a tag to compare
  • Fix helper function
  • Fix dockblock method
  • Add meta version

You can check packages version using

DB::Version()

v1.1.1

03 Nov 16:27
Compare
Choose a tag to compare

Documentation

Documentation can be found in folder doc

v1.1.0 - Added Logger Option

02 Nov 14:16
Compare
Choose a tag to compare

Changelog

Add logger, this log only logging query and parameter, and will be store in <your current dir>/logs/steldb.log

  • Add logger option into DB instance, default is true.
$db = new DB($logger = false);

v1.0.0.0

30 Oct 15:51
Compare
Choose a tag to compare

Changelog:

  • Fix dd helper function
  • Remove rowCount from get result