Closed
Description
I am a beginner to SQLite. I have few questions regarding password authentication.
- Does SQLite support password authentication ? I searched in internet and found answers that it doesn't. Is this true ?
- In "go-sqlite3", I see functions like "AuthEnabled". What kind of authentication does this package support ?
- In my project, I am accessing "go-sqlite3" as a driver as shown below. When I try to access "AuthEnabled", I get the error "sqlite_db.AuthEnabled undefined (type *sql.DB has no field or method AuthEnabled)"
How can I access "AuthEnabled" ?
import (
"database/sql"
_ "github.com/mattn/go-sqlite3" // Import go-sqlite3 library
)
Metadata
Metadata
Assignees
Labels
No labels