Spaces:
Running
Running
File size: 273 Bytes
9600419 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
# SmartCell
```elixir
Mix.install([
{:kino_db, "~> 0.1.3"},
{:postgrex, "~> 0.16.3"}
])
```
## Postgres
<!-- livebook:{"attrs":{"type":"postgres","port":5432,"variable":"conn"},"kind":"Elixir.KinoDB.ConnectionCell","livebook_object":"smart_cell"} -->
```elixir
```
|