ExSqlean.CpuInfo (ex_sqlean v0.8.8) View Source

Link to this section Summary

Functions

Responds with os type / cpu type tuple.

Link to this section Functions

Specs

fullinfo() :: {atom(), binary()}

Responds with os type / cpu type tuple.

Example:

iex_ > ExSqlean.CpuInfo.fullinfo()
{:macos, "arm64"}