mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
2189be1440
commit
aae49fef3b
8 changed files with 18 additions and 10 deletions
|
|
@ -1,7 +1,12 @@
|
|||
import hashlib
|
||||
import sqlite3
|
||||
|
||||
from .utils import detect_spatialite, detect_fts, escape_sqlite, get_all_foreign_keys
|
||||
from .utils import (
|
||||
detect_spatialite,
|
||||
detect_fts,
|
||||
escape_sqlite,
|
||||
get_all_foreign_keys,
|
||||
sqlite3
|
||||
)
|
||||
|
||||
|
||||
HASH_BLOCK_SIZE = 1024 * 1024
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue