### WPKit/Database --- # usage 1. Add this repository in composer.json ``` "repositories": [ { "type": "vcs", "url": "https://github.com/Bit-Apps-Pro/wp-database" } ] ``` 2. Then install the package ``` composer require bitapps/wp-database:dev-main ```