Add support for database views · Issue #678 · prisma/prisma

Problem In a database, a view is the result set of a stored query on the data, which the database users can query just as they would in a persistent database collection object. Unlike ordinary base...