joomla-framework / database

Joomla Framework Database Package
GNU General Public License v2.0
28 stars 35 forks source link

Introduce Database aware trait and interface #262

Closed laoneo closed 2 years ago

laoneo commented 2 years ago

Pull Request for Issue #26.

Summary of Changes

Introduces a database aware interface and trait. Similar to what we have in other packages like the DI one.

Testing Instructions

Run the unit tests.

Documentation Changes Required

New interface should be documented.