dnote/scripts/cli/dump_schema.sh
Sung Won Cho 2124e28a9f
Use go module (#303)
* Migrate to gomodule

* Fix install

* Update makefile
2019-11-11 15:28:47 +08:00

5 lines
121 B
Bash
Executable file

#!/usr/bin/env bash
# dump_schema.sh dumps the current system's dnote schema
set -eux
sqlite3 ~/.dnote/dnote.db .schema