BerlinDB is a simple WordPress library that simplify database interactions.
This module ships you BerlinDB library with a CLI command to create tables faster.
To install the library you have to run the following command: composer require wp-launchpad/berlindb --dev
composer require wp-launchpad/berlindb --dev
With this commandline the following command are available:
table: Generate files for adding a new table to the project.
table
To create a service provider run the following command: table my_table Mynamespace.
table my_table Mynamespace
Last updated 1 year ago