mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +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: {
|
||||
filename: logDbPath,
|
||||
},
|
||||
useNullAsDefault: true,
|
||||
})
|
||||
|
||||
const write = safeCatch(
|
||||
|
@ -15,6 +15,7 @@ export const createRawPbClient = (filename: string) => {
|
||||
connection: {
|
||||
filename,
|
||||
},
|
||||
useNullAsDefault: true,
|
||||
})
|
||||
|
||||
return conn
|
||||
|
Loading…
x
Reference in New Issue
Block a user