@cs/configuration-database

composed-database-configuration

Use a malleable interface to store configuration parameters to a database. Uses the same API as @cs/configuration, for fast and easy switching between text file configuration and database configuration. Initial implementation supports sqlite and mysql databases.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.2] - 2019-04-25

Changed

  • updated dependencies and recompiled project

[0.1.1] - 2019-04-23

Changed

  • fixed an issue with dependency paths causing edit time project conflicts

[0.1.0] - 2019-04-22

Added

  • initial release

// ## [Unreleased] // ### Added // ### Changed // ### Deprecated // ### Removed // ### Fixed // ### Security