Project

dwcr

0.0
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
# DwCR DwCA in a SQLite database complete with [Sequel](https://github.com/jeremyevans/sequel) models. ## Command Line Tool ### Create a new DwCR file From within the directory of a DwC Archive: ```ruby dwcr new -t dwcr-test.db ``` will create the file in the directory, named after the directory see `dwcr new --help` for options ### Load an existing DwCR file ```ruby dwcr load ~/documents/dwca/dwcr-test.db ```
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

DwCR

DwCA in a SQLite database complete with Sequel models.

Command Line Tool

Create a new DwCR file

From within the directory of a DwC Archive:

dwcr new -t dwcr-test.db

will create the file in the directory, named after the directory

see dwcr new --help for options

Load an existing DwCR file

dwcr load ~/documents/dwca/dwcr-test.db