keboola/db-writer-config

Config definition for database writer component

0.1.1 2024-03-13 14:01 UTC

This package is auto-updated.

Last update: 2024-04-13 14:24:05 UTC


README

Config definition and validation for database writer

Usage

Require with composer:

    composer require keboola/db-writer-config

Development

Clone this repository and init the workspace with following command:

    git clone git@github.com:keboola/db-writer-config.git
    cd db-writer-config
    docker-compose build
    docker-compose run --rm dev composer install --no-scripts

Run the test suite using this command:

    docker-compose run --rm dev composer tests

License

MIT licensed, see LICENSE file.