projects
/
datasette-pytables.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial commit
[datasette-pytables.git]
/
datasette_pytables
/
__init__.py
1
from datasette.connectors import connector_method
2
3
@connector_method
4
def inspect(path):
5
"Open file and return tables info"
6
return [], []