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

Support for views #248

Open
3 of 7 tasks
lulco opened this issue May 19, 2021 · 1 comment
Open
3 of 7 tasks

Support for views #248

lulco opened this issue May 19, 2021 · 1 comment
Assignees
Milestone

Comments

@lulco
Copy link
Owner

lulco commented May 19, 2021

ideally structured use like in tables:

$this->view('view_name')->columns(['list of columns'])->select() etc.
  • create view
  • update (replace) view
  • drop view
  • rename view
  • dump view
  • tests
  • documentation about views
@JohnWE
Copy link

JohnWE commented May 20, 2021

Yes, as you say, views are often complex queries that the client wants to run repeatedly. Lots of joins. So plain SQL is fine with me.

@lulco lulco self-assigned this May 28, 2021
@lulco lulco modified the milestones: 1.10.0, 1.9.0 May 30, 2021
@lulco lulco modified the milestones: 1.9.0, 2.1.0 Dec 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants