Files
fredy/lib/notification/adapter/sqlite.md
Alexander Roidl 2b36f868e7 Project-wide linting and formatting (#150)
* chore: configure project-wide linting and formatting

* chore: run lint autofix and formatter
2025-07-26 20:42:58 +02:00

279 B

Sqlite Adapter

This adapter stores search results in a sqlite database located in db/listings.db. This file can be used for further analysis later on.

Fields are:

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