ExDash Generated Docset v0.1.2 ExDash.Docset.SQLite
Execute an SQL query using the sqlite3 command line utility.
Summary
Functions
Executes given query onto a database
Types
Functions
Executes given query onto a database.
{:ok, results} = ExDocDash.SQLite.exec(“my.db”, “SELECT * from something”) IO.format(“Results: #{results}”)