home / github / commits

Menu
  • GraphQL API

commits: 6a0c5de6154893eb4269dc7b1f160726ec6395f2

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
6a0c5de6154893eb4269dc7b1f160726ec6395f2 ensure_build_metadata() function for metadata This will be run at compile time - the goal is to generate a build- metadata.json file with a bunch of useful facts about the databases that could be expensive to generate at run-time. Example metadata: { "flights": { "file": "flights.db", "tables": { "airlines": 6048, "airports": 8107, "routes": 67663 }, "hash": "07d1283e07786b1235bb7041ea445ae103d1571565580a29eab0203c555725fd" } So far we have a sha256 hash of the database file itself, plus a row count for each table. Fixes #11 2017-10-23T16:02:40Z 2017-10-23T16:02:40Z 2946d096d0cdefdc017559e6b57e87658736e843 2946d096d0cdefdc017559e6b57e87658736e843 107914493 9599 9599
Powered by Datasette · Queries took 1.104ms