← Packages / depot / Capabilities

IO.Random

in depot v0.1.0

v0.1.0 is the oldest version of depot that was analysed, so there is nothing to compare it against. IO.Random is a first sighting, not a change.

lib/wire/connection.march:11
8import Decode
9
10needs IO.NetConnect
11needs IO.Random
12
13-- ---- Configuration ----
14
lib/driver/db.march:21
18import Message
19
20needs IO.NetConnect
21needs IO.Random
22
23--- Result type shared by all connection dispatch functions.
24--- Matches the anonymous record returned by Connection.simple_query /
lib/api/depot_db_repo.march:42
39needs Ffi
40needs IO.Foreign
41needs IO.NetConnect
42needs IO.Random
43needs IO.Spawn
44
45import Pool
lib/api/depot_migration.march:24
21import Depot.Transaction
22
23needs IO.NetConnect
24needs IO.Random
25needs IO.Spawn
26
27-- ---------------------------------------------------------------------------
lib/api/depot_query.march:47
44import Db
45
46needs IO.NetConnect
47needs IO.Random
48
49-- ---------------------------------------------------------------------------
50-- Types
lib/api/transaction.march:24
21import Pool
22
23needs IO.NetConnect
24needs IO.Random
25needs IO.Spawn
26
27-- ---- Depth tracking (keyed by conn_key) ----
lib/mutation/mutation_exec.march:23
20import Db
21
22needs IO.NetConnect
23needs IO.Random
24
25--- Execute an `Insert` ADT against a live connection.
26---
lib/wire/pool.march:11
8import Depot.Query
9
10needs IO.NetConnect
11needs IO.Random
12needs IO.Spawn
13
14-- ---- Pool types ----
lib/api/preload.march:28
25import Pool
26
27needs IO.NetConnect
28needs IO.Random
29needs IO.Spawn
30
31--- Extracts all non-null values of `col_name` from a QueryResult.
lib/driver/sqlite.march:27
24needs Ffi
25needs IO.Foreign
26needs IO.NetConnect
27needs IO.Random
28
29-- Opaque handle to a sqlite3* connection.
30resource Db