Create and maintain a database of submitted proposals.
|
|
%!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 | |
| create_database.rkt | %!s(int64=6) %!d(string=hai) anos | |
| update_proposals.rkt | %!s(int64=6) %!d(string=hai) anos |
Tools to create and manipulate a sqlite3 database with information on telescope and funding proposals.
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 proposals table.
Run update_database.rkt help for information on how to add/update entries.
db library and sqlite3 native library.