Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 425 Bytes

File metadata and controls

9 lines (6 loc) · 425 Bytes

SQLite Adapter

This adapter stores search results in an SQLite database. By default, the database is located at db/listings.db, but you can configure a custom location. This file can be used for further analysis later.

The database table contains the following columns (all stored as TEXT type):

['serviceName', 'jobKey', 'id', 'size', 'rooms', 'price', 'address', 'title', 'link', 'description', 'image']