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

Investigate whether it's possible to use MySQL in Python programs in a web browser #5

Open
tuzz opened this issue Jan 9, 2024 · 1 comment

Comments

@tuzz
Copy link
Contributor

tuzz commented Jan 9, 2024

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.

@sra405
Copy link

sra405 commented Jan 24, 2024

deprioritised

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