An open source multi-tool for exploring and publishing data https://datasette.io
  • Python 88.4%
  • HTML 7.5%
  • JavaScript 2.4%
  • CSS 1.2%
  • Shell 0.3%
  • Other 0.1%
Find a file
Simon Willison 3cce63b598 URL to allow direct database download
It's just the database URL with .db on the end, e.g. /flights.db

Closes #19
2017-10-25 08:19:32 -07:00
templates th align left for all tables 2017-10-25 07:46:38 -07:00
.gitignore Implemented multi-db support plus initial URL structure 2017-10-23 19:00:37 -07:00
app.py URL to allow direct database download 2017-10-25 08:19:32 -07:00
Dockerfile python app.py --build to generate build-metadata.json 2017-10-23 22:53:13 -07:00
LICENSE Initial commit 2017-10-22 17:39:03 -07:00
requirements.txt Initial working proof of concept 2017-10-22 17:41:19 -07:00
test_helpers.py Added glob and like lookups - refs #23 2017-10-24 18:53:01 -07:00