bin/sqlite @ 1e75bf5d6f48

More
author Steve Losh <steve@stevelosh.com>
date Wed, 08 May 2024 10:22:28 -0400
parents a6e1eedddb20
children (none)
#!/usr/bin/env bash

rlwrap -m'$$$$' \
       -a____ \
       --multi-line-ext .sql \
       --only-cook '^(sqlite| *\.\.\.)> ' \
       -p'1;32' \
       --histsize 1000 \
       --history-filename "$HOME/.rlwrap/sqlite_history" \
       sqlite3 "$@"