Avo 4 is in Open Beta. Try it out now!

Db Config

v0.1.10 Released

DBConfig provides a powerful, database-backed configuration store for Rails applications. Store and retrieve configuration values dynamically with automatic type detection and conversion (strings, integers, floats, booleans, arrays, hashes, and nil). Features eager loading for high-performance access to frequently used configs, a simple API (get/set/update/delete), and seamless integration with Avo admin panels. See https://github.com/avo-hq/db_config for full documentation and usage examples.

Installation

Gemfile

gem "db_config"

Command line

bundle add db_config

Runtime Dependencies (3)

  • activerecord >= 6.0
  • activesupport >= 6.0
  • railties >= 6.0

Versions (3)

v0.1.10 latest
v0.1.9
v0.0.1