-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
JSacknowledgedGitHub staff acknowledges this issueGitHub staff acknowledges this issuequestionFurther information is requestedFurther information is requested
Description
Based on documentation on npmjs, the following is a way to open database.
(async() => {
// open the database
const db2 = await open({
filename: '/tmp/database.db',
driver: sqlite3.Database
})
})()
The current model for sqlite only supports calls like sqlite3.Database(). I was wondering if this should be added? I do see that there'll be no end in sight updating models like this 😅
Metadata
Metadata
Assignees
Labels
JSacknowledgedGitHub staff acknowledges this issueGitHub staff acknowledges this issuequestionFurther information is requestedFurther information is requested