X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/ab45db5360aab95bd2ef1f09a87fa1c105a4fa46..d77aa7dfc9541bffa0109da89b95f296e751aea0:/docs/customize/SQLite.md diff --git a/docs/customize/SQLite.md b/docs/customize/SQLite.md index 9614feab..bda8cd5c 100644 --- a/docs/customize/SQLite.md +++ b/docs/customize/SQLite.md @@ -12,11 +12,16 @@ To use a SQLite database, you need to install: * SQLite (>= 3.30) * Spatialite (> 5.0.0) +* aiosqlite On Ubuntu/Debian, you can run: sudo apt install sqlite3 libsqlite3-mod-spatialite libspatialite7 +Install the aiosqlite Python package in your virtual environment: + + /srv/nominatim-venv/bin/pip install aiosqlite + ## Creating a new SQLite database Nominatim cannot import directly into SQLite database. Instead you have to