Interactions-as-a-Service / d1-orm

A simple, strictly typed ORM, to assist you in using Cloudflare's D1 product
https://docs.interactions.rest/d1-orm/
Apache License 2.0
161 stars 10 forks source link

Fix README as Model Options property name #64

Closed nikukyugamer closed 1 year ago

nikukyugamer commented 1 year ago

In README.md, the Model options propety name primaryKeys is incorrect, which is now primaryKey. I fixed it.

Resource: https://github.com/Interactions-as-a-Service/d1-orm/blob/e418a4f7455652853df951d1da6d8ca447d24391/src/model.ts#L22

changeset-bot[bot] commented 1 year ago

⚠️ No Changeset found

Latest commit: e536fe234f340ca0eea6e0805d33958f5796040d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Skye-31 commented 1 year ago

Thank you!