mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Implemented multi-db support plus initial URL structure
Refs #24 Fixes #15
This commit is contained in:
parent
6a0c5de615
commit
b2372605d6
5 changed files with 145 additions and 45 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -1,4 +1,9 @@
|
|||
build-metadata.json
|
||||
datasets.json
|
||||
|
||||
# SQLite databases
|
||||
*.db
|
||||
*.sqlite
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
|
|
@ -102,5 +107,3 @@ ENV/
|
|||
# mypy
|
||||
.mypy_cache/
|
||||
|
||||
# SQLite databases
|
||||
*.db
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue