mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
refactor: change back to modernc sqlite db driver (#120)
* refactor: change to modernc sqlite db driver * chore: update deps
This commit is contained in:
parent
18f323746a
commit
3c323004c0
5 changed files with 189 additions and 11 deletions
|
@ -126,7 +126,7 @@ CREATE TABLE client
|
|||
type TEXT,
|
||||
host TEXT NOT NULL,
|
||||
port INTEGER,
|
||||
ssl BOOLEAN,
|
||||
tls BOOLEAN,
|
||||
tls_skip_verify BOOLEAN,
|
||||
username TEXT,
|
||||
password TEXT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue