Investigate creating namespace and module tables
Consider creating a table for namespaces and a table for modules, to fit the standard structure for a database. Using a table for namespaces would provide some benefit, especially around ensuring case-sensitive and more efficient to get a list of namespaces. Modules are tightly coupled to the module provide, so this may have less benefit.