An open source multi-tool for exploring and publishing data
 
 
 
 
 
 
Go to file
Simon Willison 0fa1772697 Allow ?sql= argument against database
e.g. /database-234324?sql=select * from table limit 1
2017-10-23 19:48:56 -07:00
templates Refactored to use class based views 2017-10-23 19:25:48 -07:00
.gitignore Implemented multi-db support plus initial URL structure 2017-10-23 19:00:37 -07:00
Dockerfile Initial working proof of concept 2017-10-22 17:41:19 -07:00
LICENSE Initial commit 2017-10-22 17:39:03 -07:00
app.py Allow ?sql= argument against database 2017-10-23 19:48:56 -07:00
requirements.txt Initial working proof of concept 2017-10-22 17:41:19 -07:00