An open source multi-tool for exploring and publishing data
 
 
 
 
 
 
Go to file
Simon Willison d9fa2bf7ba Use rowid if no primary key available
Allows us to link to individual records even for tables that do not have a primary key.

Refs #5
2017-11-09 06:39:50 -08:00
immutabase Use rowid if no primary key available 2017-11-09 06:39:50 -08:00
.gitignore Implemented multi-db support plus initial URL structure 2017-10-23 19:00:37 -07:00
.travis.yml Configured Travis CI 2017-11-04 16:47:46 -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
MANIFEST.in Added a MANIFEST.in 2017-11-08 18:39:42 -08:00
setup.cfg python setup.py test now runs the tests 2017-11-04 16:40:27 -07:00
setup.py Added --reload argument to 'immutabase serve' command 2017-11-09 06:14:26 -08:00
test_helpers.py Renamed project to immutabase 2017-11-05 18:32:13 -08:00