Skip to content

Conversation

simonw
Copy link
Owner

@simonw simonw commented May 2, 2022

Trying to get this to work with Pyodide.

Refs: simonw/click-default-group-wheel#3

Trying to get this to work with Pyodide.

Refs: simonw/click-default-group-wheel#3
@simonw
Copy link
Owner Author

simonw commented May 2, 2022

I made a build of this branch and tested it like this: https://pyodide.org/en/stable/console.html

>>> import micropip
>>> await micropip.install("https://s3.amazonaws.com/simonwillison-cors-allowed-public/sqlite_utils-3.26-py3-none-any.whl")
>>> import sqlite_utils
>>> db = sqlite_utils.Database(memory=True)
>>> list(db.query("select 32443 + 55"))
[{'32443 + 55': 32498}]

@simonw
Copy link
Owner Author

simonw commented May 2, 2022

I'm going to ship this straight away as 3.26.1.

@simonw simonw merged commit ed6fd51 into main May 2, 2022
simonw added a commit that referenced this pull request May 2, 2022
simonw added a commit that referenced this pull request May 2, 2022
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

Successfully merging this pull request may close these issues.

1 participant