Skip to content

Releases: tamedevelopers/database

v3.1.1

05 May 22:45

Choose a tag to compare

Added new helper function

  • orm_import()

With the above helper you don't need to call the direct class before usage

use builder\Database\DBImport;

$import = new DBImport();

Usage

$import = orm_import();

v3.0.1

05 May 22:35

Choose a tag to compare

On server real-path fix

  • Migration fix

v2.2.9

03 May 08:42

Choose a tag to compare

Trying to change Collection values on Loop

v2.1.1

03 May 06:40

Choose a tag to compare

New versioning

v1.0.5

03 May 06:11

Choose a tag to compare

Database Raw Method Redesign
->toSql added

This will return the SQL String for Development purpose only