datasette/datasette/views
Simon Willison 32a2f5793a Start of PostgreSQL prototype, refs #670
This prototype demonstrates the database page working against a
hard-coded connection string to a PostgreSQL database. It lists
tables and their columns and their row count.,
2020-02-13 12:15:41 -08:00
..
__init__.py Refactored views into new views/ modules, refs #256 2018-05-14 00:04:23 -03:00
base.py Reformatted with black 2020-02-12 22:05:46 -08:00
database.py Start of PostgreSQL prototype, refs #670 2020-02-13 12:15:41 -08:00
index.py Sort databases on homepage by argument order - #591 2019-10-13 20:52:33 -07:00
special.py Include asyncio task information in /-/threads debug page 2019-12-04 22:47:17 -08:00
table.py _search= queries now correctly escaped, fixes #651 2019-12-29 18:48:30 +00:00