tanium / octobot

github bot with slack and jira integration
MIT License
25 stars 16 forks source link

fix: Use newer rusqlite with bundled sqlite library #385

Closed cwill747 closed 1 month ago

cwill747 commented 2 months ago

To make it easier to build on windows, etc, use bundled sqlite with rusqlite. Apparently may slow things down by not using the system sqlite, but nothing that octobot does should be too affected by that.