Since there's AR support available for Flipper, I think it'd be a great idea to also add support for bulk importing flags to application, something similar to what activerecord-import provides.
A use case which I think is valid would be to seed flags on application boot, as the current implementation would have N db queries for N flags.
The flavour could also be something specific to Flipper (ex. Flipper.import_enabled(flags)) or something generic (ex. Flipper.import(flags, enabled = true))
Thoughts?
Since there's AR support available for Flipper, I think it'd be a great idea to also add support for bulk importing flags to application, something similar to what
activerecord-importprovides.A use case which I think is valid would be to seed flags on application boot, as the current implementation would have N db queries for N flags.
The flavour could also be something specific to Flipper (ex.
Flipper.import_enabled(flags)) or something generic (ex.Flipper.import(flags, enabled = true))Thoughts?