You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,24 @@
17
17
18
18
SmokeDynamoDB is a library to make it easy to use DynamoDB from Swift-based applications, with a particular focus on usage with polymorphic database tables (tables that don't have a single schema for all rows.
19
19
20
+
# Getting Started
21
+
22
+
## Step 1: Add the SmokeDynamoDB dependency
23
+
24
+
SmokeDynamoDB uses the Swift Package Manager. To use the framework, add the following dependency
0 commit comments