]> git.openstreetmap.org Git - nominatim.git/commit
add SQLAlchemy table schema for Nominatim tables
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 26 Jan 2023 16:36:11 +0000 (17:36 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 28 Jan 2023 10:51:26 +0000 (11:51 +0100)
commit5226cd2a0bc2baa06d32752f29d4e1f3c632dd13
tree6ddea10a3459c1a2d77758baf25a888a405554a4
parentc7e8a82d687758fea374edd43f11d1533d942b7b
add SQLAlchemy table schema for Nominatim tables

Also defines an extended connection object that includes access to
the table definitions. Makes it easier to access the tables from
code that has been split off into separate modules.
.mypy.ini
nominatim/api/connection.py [new file with mode: 0644]
nominatim/api/core.py
nominatim/api/status.py
nominatim/db/sqlalchemy_schema.py [new file with mode: 0644]