Pulling a View from a database rather than a file

后端 未结 1 702
渐次进展
渐次进展 2020-12-01 03:20

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.

I think I a

相关标签:
1条回答
  • 2020-12-01 03:37

    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.

    0 讨论(0)
提交回复
热议问题