Skip to content

Database password authentication #862

Closed
@jaytxrx

Description

@jaytxrx

I am a beginner to SQLite. I have few questions regarding password authentication.

  1. Does SQLite support password authentication ? I searched in internet and found answers that it doesn't. Is this true ?
  2. In "go-sqlite3", I see functions like "AuthEnabled". What kind of authentication does this package support ?
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions