home / repos

Menu
  • ripgrep search

repos

2 rows where "pushed_at" is on date 2021-09-11

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), pushed_at (date), topics (array)

updated_at (date) 2 ✖

  • 2022-04-27 1
  • 2023-09-08 1

open_issues_count 2 ✖

  • 0 1
  • 4 1
id ▼ node_id name full_name private owner html_url description fork created_at updated_at pushed_at homepage size stargazers_count watchers_count language has_issues has_projects has_downloads has_wiki has_pages has_discussions forks_count archived disabled open_issues_count license allow_forking is_template web_commit_signoff_required topics visibility forks open_issues watchers default_branch organization
275711254 MDEwOlJlcG9zaXRvcnkyNzU3MTEyNTQ= datasette-write simonw/datasette-write 0 simonw 9599 https://github.com/simonw/datasette-write Datasette plugin providing a UI for executing SQL writes against the database 0 2020-06-29T02:27:31Z 2023-09-08T18:09:19Z 2021-09-11T06:03:07Z https://datasette.io/plugins/datasette-write 15 8 8 Python 1 1 1 1 0 0 2 0 0 4   1 0 0 ["datasette-io", "datasette-plugin"] public 2 4 8 main  
288629766 MDEwOlJlcG9zaXRvcnkyODg2Mjk3NjY= datasette-schema-versions simonw/datasette-schema-versions 0 simonw 9599 https://github.com/simonw/datasette-schema-versions Datasette plugin that shows the schema version of every attached database 0 2020-08-19T04:04:39Z 2022-04-27T15:06:15Z 2021-09-11T02:44:32Z   5 2 2 Python 1 1 1 1 0 0 0 0 0 0   1 0 0 ["datasette", "datasette-io", "datasette-plugin"] public 0 0 2 main  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "repos" (
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [name] TEXT,
   [full_name] TEXT,
   [private] INTEGER,
   [owner] INTEGER REFERENCES [users]([id]),
   [html_url] TEXT,
   [description] TEXT,
   [fork] INTEGER,
   [created_at] TEXT,
   [updated_at] TEXT,
   [pushed_at] TEXT,
   [homepage] TEXT,
   [size] INTEGER,
   [stargazers_count] INTEGER,
   [watchers_count] INTEGER,
   [language] TEXT,
   [has_issues] INTEGER,
   [has_projects] INTEGER,
   [has_downloads] INTEGER,
   [has_wiki] INTEGER,
   [has_pages] INTEGER,
   [has_discussions] INTEGER,
   [forks_count] INTEGER,
   [archived] INTEGER,
   [disabled] INTEGER,
   [open_issues_count] INTEGER,
   [license] TEXT REFERENCES [licenses]([key]),
   [allow_forking] INTEGER,
   [is_template] INTEGER,
   [web_commit_signoff_required] INTEGER,
   [topics] TEXT,
   [visibility] TEXT,
   [forks] INTEGER,
   [open_issues] INTEGER,
   [watchers] INTEGER,
   [default_branch] TEXT,
   [organization] INTEGER REFERENCES [users]([id])
);
CREATE INDEX [idx_repos_organization]
    ON [repos] ([organization]);
CREATE INDEX [idx_repos_license]
    ON [repos] ([license]);
CREATE INDEX [idx_repos_owner]
    ON [repos] ([owner]);
Powered by Datasette · Queries took 63.112ms · About: simonw/datasette-ripgrep