Create and maintain a database of submitted proposals.

George C. Privon 15ce1a2d3b reference help option 6 jaren geleden
.gitignore bd086a2093 put database location into a config file 6 jaren geleden
README.md 15ce1a2d3b reference help option 6 jaren geleden
config.rkt.example bd086a2093 put database location into a config file 6 jaren geleden
create_database.rkt 2e9c9a6bb7 fix exit on 0 in update, move to racket/base for faster loading 6 jaren geleden
update_proposals.rkt a6f4ebedad add some help information 6 jaren geleden

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.