investments 2.6.11

Helps you with managing your investments
Documentation
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env sh
#
# Configures development database
#

set -x

which -s diesel || cargo install diesel_cli --no-default-features --features sqlite
diesel setup
diesel migration run