You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the items requested from the user research was that we need to be able to run SQL queries in the code editor. We can already do this with the sqlite3 module, but we should investigate whether it's possible to use MySQL as well. I think it probably is possible to execute the queries but I don't think there would be a way to run the database itself in the web browser, but we should find out for sure.
The text was updated successfully, but these errors were encountered:
One of the items requested from the user research was that we need to be able to run SQL queries in the code editor. We can already do this with the sqlite3 module, but we should investigate whether it's possible to use MySQL as well. I think it probably is possible to execute the queries but I don't think there would be a way to run the database itself in the web browser, but we should find out for sure.
The text was updated successfully, but these errors were encountered: