View Source LadybugEx.PreparedStatement (LadybugEx v0.2.0)

Module representing a prepared statement in LadybugDB.

Prepared statements allow you to execute the same query multiple times with different parameters efficiently, as the query is parsed and planned only once.

Summary

Types

t()

@type t() :: reference()