cc-backend/README.md

16 lines
225 B
Markdown
Raw Normal View History

2019-04-27 09:14:33 +02:00
# HPCJobDatabase
A standardized interface and reference implementation for HPC job data
2019-04-29 10:26:20 +02:00
# Dependencies
* Getopt::Long
* Pod::Usage
* DateTime::Format::Strptime
* DBI::SqLite
# Setup
```
sqlite3 jobDB < initDB.sql
```