Remove sqls from non-SQLite databases

I have not been successful at getting it to connect to a UNIX socket.
This commit is contained in:
Radon Rosborough 2021-01-18 09:33:26 -08:00
parent 50d81a4330
commit 97b1f05118
3 changed files with 0 additions and 33 deletions

View File

@ -8,13 +8,6 @@ install:
- libaio1
- libtinfo5
- mysql-client
riju:
- sqls
files:
"/opt/mariadb/sqls.yml": |
connections:
- driver: mysql
dataSourceName: socket/mysql
manual: |
install -d "${pkg}/opt/mariadb"
@ -48,11 +41,3 @@ run: |
sleep 0.01
done
(mysql --socket=socket < main.sql; mysql --socket=socket)
lsp:
start: |
sleep 5
sqls -config /opt/mariadb/sqls.yml
skip:
- lsp

View File

@ -7,8 +7,6 @@ install:
apt:
- mysql-server
- mysql-client
riju:
- sqls
repl: |
rm -rf data
@ -34,10 +32,3 @@ run: |
sleep 0.01
done
(mysql --socket="$PWD/socket" -u root < main.sql; mysql --socket="$PWD/socket" -u root)
lsp:
start: |
sqls
skip:
- lsp

View File

@ -11,8 +11,6 @@ install:
apt:
- postgresql
- postgresql-client
riju:
- sqls
repl: |
rm -rf data
@ -38,10 +36,3 @@ run: |
set +e
psql -h "$PWD/data" postgres -f main.sql
psql -h "$PWD/data" postgres
lsp:
start: |
sqls
skip:
- lsp