Commit 9f826108 authored by Yuanle Song's avatar Yuanle Song
Browse files

add test-sql.sh

parent 72a9555e
Loading
Loading
Loading
Loading

test-sql.sh

0 → 100755
+6 −0
Original line number Diff line number Diff line
#!/bin/sh
sqlite3 -echo \
	-cmd '.headers on' \
	-cmd '.prompt "zerodb> " "   ...> "' \
	-cmd 'attach "/usr/share/pyzy/db/open-phrase.db" as "maindb"; attach "/home/sylecn/.cache/ibus/pinyin/user-1.0.db" as "userdb";' \
	':memory:'