atk4/data
ATK Data is a PHP data model abstraction that separates business logic from UI and persistence. Works with SQL/NoSQL/APIs, supports relations, expressions, aggregation, and user actions with ACL metadata—integrates easily with ATK UI and ATK API.
:::{php:namespace} Atk4\Data\Persistence\Sql :::
(databases)=
| Vendor | Support | PDO | Dependency |
|---|---|---|---|
| MySQL | Full | mysql: | native, PDO |
| SQLite | Full | sqlite: | native, PDO |
| Oracle | Untested | oci: | native, PDO |
| PostgreSQL | Untested | pgsql: | native, PDO |
| MSSQL | Untested | mssql: | native, PDO |
:::{note} Most PDO vendors should work out of the box :::
| Class | Support | PDO | Dependency |
|---|---|---|---|
| Connection_MyVendor | Full | myvendor: | https://github/test/myvendor |
See {ref}new_vendor for more details on how to add support for your driver.
How can I help you explore Laravel packages today?