Create and maintain a database of submitted proposals.

George C. Privon d63edd7a60 more comments, clarify input prompt преди 6 години
.gitignore bd086a2093 put database location into a config file преди 6 години
README.md 15ce1a2d3b reference help option преди 6 години
config.rkt.example bd086a2093 put database location into a config file преди 6 години
create_database.rkt 2e9c9a6bb7 fix exit on 0 in update, move to racket/base for faster loading преди 6 години
update_proposals.rkt d63edd7a60 more comments, clarify input prompt преди 6 години

README.md

Proposals Database

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.