X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/7b27c04b8392d0babe33cf53e2838b05ffbcbacf..343b3c0f1c5d72e248ac73f52ad26ce2c84a8e53:/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