Exqlite.Sqlite3.open
You're seeing just the function
open
, go back to Exqlite.Sqlite3 module for more information.
Specs
Opens a new sqlite database at the Path provided.
If path
can be ":memory"
to keep the sqlite database in memory.