sql-fun 0.1.0

SQL query/statement execution code generator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# direnv configuration for `sql-fun`

NPM_GLOBAL="$(npm prefix -g)"
NPM_BIN="${NPM_GLOBAL}/bin"

PATH_add .local/bin
PATH_add "${NPM_BIN}"

export GIT_ROOT="$(git rev-parse --show-toplevel)"

export SQL_FUN_HOME="${GIT_ROOT}/sql-fun-home"

# setup git hooks
git config --local core.hooksPath .local/git/hooks