forked from hans/Nominatim
port address level computation to Python
Also adds simple tests for correct table creation.
This commit is contained in:
@@ -9,3 +9,4 @@ def execute_file(conn, fname):
|
||||
sql = fdesc.read()
|
||||
with conn.cursor() as cur:
|
||||
cur.execute(sql)
|
||||
conn.commit()
|
||||
|
||||
Reference in New Issue
Block a user