Powered by AppSignal & Oban Pro
Would you like to see your link here? Contact us

Components

guides/components.livemd

Components

Mix.install([
  # {:postgrex, "~> 0.19"},
  # {:myxql, "~> 0.7.0"},
  {:kino_db, "~> 0.2.14"}
])

Smart cells

The following Smart cells are available:

  • Database connection - for establishing a connection to a database
  • SQL query - for querying a database