Skip to content

Commit

Permalink
Merge pull request #46 from dsdavis4/docs_update
Browse files Browse the repository at this point in the history
Docs update
  • Loading branch information
dsdavis4 authored Mar 30, 2024
2 parents 6271466 + 4015a74 commit 93ecb32
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ yarn add dyna-record

## Defining Entities

Entities in Dyna-Record represent your DynamoDB table structures and relationships. Each entity corresponds to a DynamoDB table.
Entities in Dyna-Record represent your DynamoDB table structure and relationships. Think of each entity as a table in a relational database, even though they will be represented on a single table.

### Table

Expand Down Expand Up @@ -128,9 +128,8 @@ class Student extends MyTable {

@Entity
class Course extends MyTable {
...
/// ...
}

```

### Attributes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dyna-record",
"version": "0.0.17",
"version": "0.0.18",
"description": "Typescript Object Relational Mapper (ORM) for Dynamo",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 93ecb32

Please sign in to comment.