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 2c625e31ed Fixed bug on Row page with tables containing spaces
We were attempting to run this SQL:

    select * from "Order%20Details" where ...

On this page:

    http://0.0.0.0:8877/northwind-40d049b/Order%20Details/10250,41
2017-10-27 00:16:18 -07:00
datasite Fixed bug on Row page with tables containing spaces 2017-10-27 00:16:18 -07:00
.gitignore Implemented multi-db support plus initial URL structure 2017-10-23 19:00:37 -07:00
Dockerfile Started work on cli, which also meant adding setup.py 2017-10-27 00:08:24 -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
setup.py Started work on cli, which also meant adding setup.py 2017-10-27 00:08:24 -07:00
test_helpers.py Added glob and like lookups - refs #23 2017-10-24 18:53:01 -07:00