File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,16 @@ Way faster than [SQLiteProxy](https://github.com/assafmo/SQLiteProxy)!
16
16
go get -u github.com/assafmo/SQLiteQueryServer
17
17
```
18
18
19
- This package uses ` github.com/mattn/go-sqlite3 ` . Compilation errors might be resolved by reading https://github.com/mattn/go-sqlite3#compilation . Also
19
+ This package uses ` github.com/mattn/go-sqlite3 ` . Compilation errors might be resolved by reading https://github.com/mattn/go-sqlite3#compilation .
20
+
21
+ - Or use Ubuntu PPA:
22
+
23
+ ``` bash
24
+ curl -s --compressed https://assafmo.github.io/ppa/ubuntu/KEY.gpg | sudo apt-key add -
25
+ sudo curl -s --compressed -o /etc/apt/sources.list.d/assafmo.list https://assafmo.github.io/ppa/ubuntu/assafmo.list
26
+ sudo apt update
27
+ sudo apt install sqlitequeryserver
28
+ ```
20
29
21
30
# Usage
22
31
You can’t perform that action at this time.
0 commit comments