Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 488 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 488 Bytes

Build Status

HaDb - Hack DB

Query sql databases using hack in strict mode - that's it.

Usage

Just create a config class using the \Usox\HaDb\DatabaseConfigInterface and instantiate HaDb;

$database_config = new MyDatabaseConfig();

$hadb = Usox\HaDb\DatabaseAdapter::factory(
  $database_config
);

Supported Databases

  • PostgreSQL
  • MySql