home / github / releases

Menu
  • Search all tables
  • GraphQL API

releases: 65833874

This data as json

html_url id node_id tag_name target_commitish name draft author prerelease created_at published_at body repo reactions
https://github.com/simonw/sqlite-utils/releases/tag/3.26.1 65833874 RE_kwDOCGYnMM4D7IuS 3.26.1 main 3.26.1 0 9599 0 2022-05-02T18:17:19Z 2022-05-02T18:18:01Z
  • Now depends on click-default-group-wheel, a pure Python wheel package. This means you can install and use this package with Pyodide, which can run Python entirely in your browser using WebAssembly. (#429)

Try that out using the Pyodide REPL:

```pycon

import micropip await micropip.install("sqlite-utils") import sqlite_utils db = sqlite_utils.Database(memory=True) list(db.query("select 3 * 5")) [{'3 * 5': 15}] ```

140912432
{
    "url": "https://api.github.com/repos/simonw/sqlite-utils/releases/65833874/reactions",
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 1,
    "eyes": 0
}

Links from other tables

  • 0 rows from release in assets
Powered by Datasette · Queries took 2.457ms · About: github-to-sqlite