Manage and score predictions on arbitrary topics.
|
|
%!s(int64=6) %!d(string=hai) anos | |
|---|---|---|
| code | %!s(int64=6) %!d(string=hai) anos | |
| tests | %!s(int64=6) %!d(string=hai) anos | |
| .gitignore | %!s(int64=6) %!d(string=hai) anos | |
| README.md | %!s(int64=6) %!d(string=hai) anos | |
| config.rkt.example | %!s(int64=6) %!d(string=hai) anos |
Tools to maintain and interograte a database of predictions and results.
Before using, copy config.rkt.example to config.rkt and edit it with your desired database location.
Then run create_database.rkt to create the sqlite3 file and create the predictions table.
db library and sqlite3 native library.