Is it possible to load a view from a database rather than from a file on disk? It doesn\'t necessarily have to be a database, could be any string really.
Yes, you'll have to create some new providers though. Here is a question that does basically the same thing, except from embedded files. This is an example that does exactly what you're looking for.