Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 44
Namespacing #63
Copy link
Copy link
Open
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.
Description
Activity
Metadata
Metadata
Assignees
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.
Under the current dsl, namespacing table names for a specific environment such as
staging_2_eventswould require loading an environment config in each model and explicitly setting the table name or monkey patching the underlying implementation.It would be awesome if aws-record supported namespacing in an initializer or some other mechanism, similar to the way Dynamoid does so, for cases like ours where we're using a different set of table names for different environments. Thoughts?