Registry / database / atk4-data

atk4-data

JSON →
library6.0.0phppackagistunverified

Agile Data - Database access abstraction framework

composer require atk4/data
INSTALL
IMPORT
SIG · ATK4-DATA
A
atk4-data
databasephpv6.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Persistence
use Atk4\Data\Persistence;

Connect to a database and load a record

use Atk4\Data\Persistence; $db = new Persistence\Sql('mysql:host=localhost;dbname=test', 'user', 'pass'); $model = new Model($db, 'users'); $data = $model->load(1);
Debug
Known issues
breakingBreaking changes from version 5.x to 6.x
fix
Review migration guide for changes in Persistence and Model APIs
affects: >=6.0.0
Upgrade
Version history
6.0.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
50 hits · last 30 days
node
42
OpenAI (training)
1
Resources
atk4-data — pip install atk4-data · libregistry