Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SQL views support #2631

Closed
bbergeron0 opened this issue Jun 1, 2020 · 2 comments
Closed

Add SQL views support #2631

bbergeron0 opened this issue Jun 1, 2020 · 2 comments

Comments

@bbergeron0
Copy link

Our MySQL database have several views we'd like to access with Prisma.

Since SQL views can be described as "read-only" tables, why not adding read-only models (i.e. Without update/insert/delete methods)?

For now, we only need tables and views, but since I'm at it I'd also suggest to implement the ability to interact with other Database object like stored procedures, events, etc :)

@Sytten
Copy link
Contributor

Sytten commented Jun 1, 2020

Duplicates of #678

@pantharshit00
Copy link
Contributor

Hi,

Thanks for reporting this! It has already been reported before, so I am going to close this as a duplicate of #678

Thanks @Sytten for pointing out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants