Update repository.md

This commit is contained in:
Pearl C 2023-02-05 12:34:59 +08:00 committed by GitHub
parent f80a138a07
commit eb9efe154a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -363,7 +363,7 @@ const books = db.getRepository('books') as MyRepository;
await books.myQuery('SELECT * FROM books;');
```
## Instance Member
## Instance Members
### `database`
@ -377,7 +377,7 @@ The corresponding data table management instance.
The corresponding data model class.
## Instance Method
## Instance Methods
### `find()`