This is an old revision of the document!
Overpass
select box and export all streets
[out:json][timeout:25];
(
way["highway"]({{bbox}});
);
out body;
>;
out skel qt;
sqlite3 /tmp/test.db
SELECT load_extension('mod_spatialite');
SELECT ImportGeoJSON('./export.geojson', 'test');