stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.
MIT License
9.67k stars 1.56k forks source link

how to open an db with password #966

Closed Esdeath closed 3 years ago

Esdeath commented 4 years ago

Another give me a database with password . I do not know how to open it with Sqlite.swift

nathanfallet commented 3 years ago

@Esdeath Are you sure that your database is a SQLite database? (And not a MySQL database for example?)

nathanfallet commented 3 years ago

Please ask on StackOverflow for this kind of questions (we are tracking bugs on GitHub)