depo v1.4.1 Depo.DB

A DB is a GenServer that manages an open database connection and a cache of prepared SQL statements.

Summary

Functions

Bind the values to the statement, execute it, and return a stream of the row values

Functions

bind_stream(stmt, values)

Bind the values to the statement, execute it, and return a stream of the row values.