Skip to content

Commit

Permalink
add PrimaryKey module (#1669)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Nov 20, 2023
1 parent c687a87 commit 541330b
Show file tree
Hide file tree
Showing 71 changed files with 152 additions and 66 deletions.
5 changes: 5 additions & 0 deletions .changeset/fast-nails-swim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"effect": patch
---

add PrimaryKey module
46 changes: 46 additions & 0 deletions docs/modules/PrimaryKey.ts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
title: PrimaryKey.ts
nav_order: 79
parent: Modules
---

## PrimaryKey overview

Added in v2.0.0

---

<h2 class="text-delta">Table of contents</h2>

- [models](#models)
- [PrimaryKey (interface)](#primarykey-interface)
- [symbols](#symbols)
- [symbol](#symbol)

---

# models

## PrimaryKey (interface)

**Signature**

```ts
export interface PrimaryKey {
[symbol](): string
}
```

Added in v2.0.0

# symbols

## symbol

**Signature**

```ts
export declare const symbol: typeof symbol
```
Added in v2.0.0
2 changes: 1 addition & 1 deletion docs/modules/PubSub.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: PubSub.ts
nav_order: 79
nav_order: 80
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Queue.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Queue.ts
nav_order: 80
nav_order: 81
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Random.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Random.ts
nav_order: 81
nav_order: 82
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ReadonlyArray.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: ReadonlyArray.ts
nav_order: 82
nav_order: 83
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ReadonlyRecord.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: ReadonlyRecord.ts
nav_order: 83
nav_order: 84
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/RedBlackTree.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: RedBlackTree.ts
nav_order: 84
nav_order: 85
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Ref.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Ref.ts
nav_order: 85
nav_order: 86
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Reloadable.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Reloadable.ts
nav_order: 86
nav_order: 87
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Request.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Request.ts
nav_order: 87
nav_order: 88
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/RequestBlock.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: RequestBlock.ts
nav_order: 88
nav_order: 89
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/RequestResolver.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: RequestResolver.ts
nav_order: 89
nav_order: 90
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Resource.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Resource.ts
nav_order: 90
nav_order: 91
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Runtime.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Runtime.ts
nav_order: 91
nav_order: 92
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/RuntimeFlags.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: RuntimeFlags.ts
nav_order: 92
nav_order: 93
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/RuntimeFlagsPatch.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: RuntimeFlagsPatch.ts
nav_order: 93
nav_order: 94
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/STM.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: STM.ts
nav_order: 106
nav_order: 107
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Schedule.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Schedule.ts
nav_order: 94
nav_order: 95
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ScheduleDecision.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: ScheduleDecision.ts
nav_order: 95
nav_order: 96
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ScheduleInterval.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: ScheduleInterval.ts
nav_order: 96
nav_order: 97
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ScheduleIntervals.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: ScheduleIntervals.ts
nav_order: 97
nav_order: 98
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Scheduler.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Scheduler.ts
nav_order: 98
nav_order: 99
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Scope.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Scope.ts
nav_order: 99
nav_order: 100
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ScopedCache.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: ScopedCache.ts
nav_order: 100
nav_order: 101
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ScopedRef.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: ScopedRef.ts
nav_order: 101
nav_order: 102
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/SingleProducerAsyncInput.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: SingleProducerAsyncInput.ts
nav_order: 102
nav_order: 103
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Sink.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Sink.ts
nav_order: 103
nav_order: 104
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/SortedMap.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: SortedMap.ts
nav_order: 104
nav_order: 105
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/SortedSet.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: SortedSet.ts
nav_order: 105
nav_order: 106
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Stream.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Stream.ts
nav_order: 107
nav_order: 108
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/StreamEmit.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: StreamEmit.ts
nav_order: 109
nav_order: 110
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/StreamHaltStrategy.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: StreamHaltStrategy.ts
nav_order: 110
nav_order: 111
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Streamable.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Streamable.ts
nav_order: 108
nav_order: 109
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/String.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: String.ts
nav_order: 111
nav_order: 112
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Struct.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Struct.ts
nav_order: 112
nav_order: 113
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/SubscriptionRef.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: SubscriptionRef.ts
nav_order: 113
nav_order: 114
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Supervisor.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Supervisor.ts
nav_order: 114
nav_order: 115
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Symbol.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Symbol.ts
nav_order: 115
nav_order: 116
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/SynchronizedRef.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: SynchronizedRef.ts
nav_order: 116
nav_order: 117
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/TArray.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: TArray.ts
nav_order: 118
nav_order: 119
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/TDeferred.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: TDeferred.ts
nav_order: 119
nav_order: 120
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/TMap.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: TMap.ts
nav_order: 129
nav_order: 130
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/TPriorityQueue.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: TPriorityQueue.ts
nav_order: 130
nav_order: 131
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/TPubSub.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: TPubSub.ts
nav_order: 131
nav_order: 132
parent: Modules
---

Expand Down
Loading

0 comments on commit 541330b

Please sign in to comment.