-
Notifications
You must be signed in to change notification settings - Fork 103
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
Operations on tables: CREATE / ALTER TABLE or queries different to CRUD #30
Labels
Milestone
Comments
jmas
changed the title
Operations on tables: create / edit or queries different to CRUD
Operations on tables: create / alter or queries different to CRUD
Mar 14, 2016
jmas
changed the title
Operations on tables: create / alter or queries different to CRUD
Operations on tables: CREATE / ALTER TABLE or queries different to CRUD
Mar 14, 2016
Hi @jmas, not at the moment, no. You could write them yourself, because Slim-PDO is merely a wrapper for PDO. Would you like to see these functionalities in the upcoming major version release? 😄 |
Now that 2.0 is out the door, I will look at this for 2.1 / 3.0. I think it maybe doable. |
I am working on at least CREATE table/view/user for v3. Not sure ALTER table will make it. |
kwhat
added a commit
to kwhat/PDO
that referenced
this issue
Aug 10, 2022
kwhat
added a commit
to kwhat/PDO
that referenced
this issue
Aug 11, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello. Just want to know: do we have ability to make
CREATE / ALTER TABLE
queries or different queries than standard CRUD.The text was updated successfully, but these errors were encountered: