mirror of
https://github.com/pockethost/pockethost.git
synced 2025-10-14 00:59:25 +00:00
chore: remove SQLite warning
This commit is contained in:
parent
938bfd070f
commit
b1089f1875
@ -29,6 +29,7 @@ const mkApi = async (logDbPath: string) => {
|
|||||||
connection: {
|
connection: {
|
||||||
filename: logDbPath,
|
filename: logDbPath,
|
||||||
},
|
},
|
||||||
|
useNullAsDefault: true,
|
||||||
})
|
})
|
||||||
|
|
||||||
const write = safeCatch(
|
const write = safeCatch(
|
||||||
|
@ -15,6 +15,7 @@ export const createRawPbClient = (filename: string) => {
|
|||||||
connection: {
|
connection: {
|
||||||
filename,
|
filename,
|
||||||
},
|
},
|
||||||
|
useNullAsDefault: true,
|
||||||
})
|
})
|
||||||
|
|
||||||
return conn
|
return conn
|
||||||
|
Loading…
x
Reference in New Issue
Block a user