github-vet / bots

Bots for running analysis on GitHub's public Go repositories and crowdsourcing their classification.
MIT License
1 stars 1 forks source link

Use sqlite3 database in trackbot #135

Open kalexmills opened 3 years ago

kalexmills commented 3 years ago

TrackBot needs to be refactored to use the same sqlite database as vetbot.

Also some driver settings probably need to be set in both programs to enable them to use the database concurrently.... perhaps.