mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
* chore: configure project-wide linting and formatting * chore: run lint autofix and formatter
10 lines
279 B
Markdown
10 lines
279 B
Markdown
### 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']
|
|
```
|