PSRDatabase Documentation

PSRDatabase is a Julia package that provides an interface to read and write open-source formats for PSR models that use an SQLite database.

Installation

This package is registered so you can simply add it using Julia's Pkg manager:

julia> import Pkg

julia> Pkg.add("PSRDatabase")

Contributing

Users are encouraged to contributing by opening issues and opening pull requests. If you wish to implement a feature please follow the JuMP Style Guide