mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
More datasette.urls usage, refs #1025
This commit is contained in:
parent
837d0bc995
commit
0d1763fb2f
6 changed files with 26 additions and 10 deletions
|
|
@ -102,6 +102,7 @@ class DatabaseView(DataView):
|
|||
return (
|
||||
{
|
||||
"database": database,
|
||||
"path": self.ds.urls.database(database),
|
||||
"size": db.size,
|
||||
"tables": tables,
|
||||
"hidden_count": len([t for t in tables if t["hidden"]]),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue